blob: 1d5243f2e466f6f33250dc0e30a9b357be6854a1 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() void {
late core::String s;
(() Null {
{
final synthesized(core::String) #0#0 = ("");
core::String #t1;
#t1 = #0#0.$1{core::String};
s = #t1;
}
})(){() Null};
s;
}