blob: c37167ad9aee1f088250706dfa23aa098f4c3521 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() void {
dynamic i = 10;
core::print("${i as core::int?}");
core::print("${i{core::int?} is core::int?}");
}