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