blob: 7ce92d7d88e0b7ed02edbc1c8ae07d7d34607d61 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:core" as core;
class A extends core::Object implements core::Function {
synthetic constructor •() self::A
: super core::Object::•()
;
}
class B extends core::Object implements self::Function {
synthetic constructor •() self::B
: super core::Object::•()
;
}
class Function extends core::Object {
synthetic constructor •() self::Function
: super core::Object::•()
;
}