blob: 9eab40cfac7aabf82bdabc6729ff38389b345e5f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Constant extends core::Object /*hasConstConstructor*/ {
const constructor •() self::Constant*
: super core::Object::•()
;
}
class NotConstant extends core::Object {
synthetic constructor •() self::NotConstant*
;
}
static method foo({dynamic a, dynamic b, dynamic c}) dynamic
;
static method test() dynamic
;
static method main() dynamic
;