Files
sdk/pkg/front_end/testcases/inference/infer_variable_void.dart.direct.expect
T
2017-07-17 14:00:17 +02:00

9 lines
150 B
Plaintext

library test;
import self as self;
static field dynamic x = self::f();
static method f() → void {}
static method main() → dynamic {
self::x;
}