3210fb4306
Fixed up block environment and added tests for them. Change-Id: I97375c90c9244f6dcf8294dc11b0d4e70697d114 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/190320 Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com> Commit-Queue: Kallen Tu <kallentu@google.com>
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
|
|
import "package:expect/expect.dart";
|
|
|
|
static method blockTest() → void
|
|
;
|
|
static method blockTest1() → void
|
|
;
|
|
static method main() → void
|
|
;
|