blob: 5e87a7f2dd03dddaed64f68413aecd613408a957 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Foo = () void;
static method main() dynamic {
core::print(() void);
throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#Foo, 34, null, <dynamic>[null].toList(growable: false), <dynamic, dynamic>{}));
let final dynamic #t1 = () → void in #t1.==(null) ? throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#Foo, 34, null, <dynamic>[null].toList(growable: false), <dynamic, dynamic>{})) : null;
() void.call();
}