blob: 704879e395bc1f6524c621efc26c0756680ab5d7 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class _Closure1 extends core::Object {
synthetic constructor •() self::_Closure1
;
get call() () void
;
}
class _Closure2 extends core::Object {
final field () void call;
constructor •(() void call) self::_Closure2
;
}
late static field self::_Closure1 closure1;
late static field self::_Closure2 closure2;
static field invalid-type field1;
static field invalid-type field2;
static method test(self::_Closure1 foo, self::_Closure2 bar) dynamic
;
static method main() dynamic
;