[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:
committed by
commit-bot@chromium.org
parent
ddd6e31dee
commit
80dacdf3a0
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user