blob: 95ea9bcc40067831cfa188ea6d2b39651218b789 [file] [log] [blame]
library;
import self as self;
static method test() void {
dynamic a = 5;
dynamic b = a.toString();
b = 42;
}
static method main() void {}