| 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 {} |