blob: 615117417871c8ebd4bfa41bd360947e0e1d363f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
constructor foo() self::A
;
constructor bar() self::A
;
constructor baz() self::A
;
constructor •() self::A
;
}
static method main() dynamic
;