blob: d145d1cdc94073d81fbcea707c1a0f866675a697 [file] [log] [blame]
const a = [tearOff];
const b = <ET Function(int)>[tearOff];
const c = <int Function(int)>[tearOff];
const d = [ET.new];
const dynamic tearOff = ET.new;
const e = <ET Function(int)>[ET.new];
const f = <int Function(int)>[ET.new];
extension type ET(int i) {}