blob: b035e8fbea97f11503f27f72a7495633cc7ea849 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static field core::bool any_bool = true;
static final field core::int foo = (() core::int {
if(self::any_bool) {
return 0;
}
else {
throw core::Exception::•();
}
})(){() core::int};
static final field core::int bar = self::foo;
static method main() void {}