| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| static method main() → void { | |
| let final core::int #t1 = 1 in 1; | |
| let final core::int #t2 = 1 in #t2; | |
| let final core::int #t3 = 1 in #t3.{core::int::isEven}{core::bool}; | |
| let final core::int #t4 = 1 in #t4.{core::int::isEven}{core::bool}; | |
| } |