blob: 8392dca930102720492c98ed1915877011fcb809 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
default constructor •() void
;
method f() core::int
;
}
static method g(self::C c) dynamic
;
static method main() dynamic
;