[kernel] Add Class.hasConstConstructor and Member.isNonNullableByDefault predicates

Closes #40440

Change-Id: I2776c165d23e2aa2bf5d7515741bd0f0d067b26d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134292
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
This commit is contained in:
Johnni Winther
2020-02-06 12:27:37 +00:00
committed by commit-bot@chromium.org
parent ddd6e31dee
commit 80dacdf3a0
985 changed files with 2383 additions and 1856 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ static const uint32_t kMagicProgramFile = 0x90ABCDEFu;
// Both version numbers are inclusive.
static const uint32_t kMinSupportedKernelFormatVersion = 29;
static const uint32_t kMaxSupportedKernelFormatVersion = 38;
static const uint32_t kMaxSupportedKernelFormatVersion = 39;
// Keep in sync with package:kernel/lib/binary/tag.dart
#define KERNEL_TAG_LIST(V) \