45c9d8a25e
Change-Id: Ia164adaf5da313cae4db2b3b326a909e57d8c07c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192200 Reviewed-by: Jake Macdonald <jakemac@google.com> Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Commit-Queue: Kallen Tu <kallentu@google.com>
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
import "package:expect/expect.dart";
|
|
|
|
static const field core::int b = self::fn(4);
|
|
static method fn(core::int a) → core::int
|
|
;
|
|
static method localTest() → core::int
|
|
;
|
|
static method main() → void
|
|
;
|