blob: b9ce9f63f38584dc9f1119fcd1e334529c3dd7ee [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
@core::Deprecated::•("")
inline class A /* declaredRepresentationType = core::int */ {
method m = self::A|m;
tearoff m = self::A|get#m;
constructor = self::A|;
tearoff = self::A|_#new#tearOff;
constructor constructor = self::A|constructor;
tearoff constructor = self::A|_#constructor#tearOff;
}
static inline-class-member method A|(dynamic i) self::A
;
static inline-class-member method A|_#new#tearOff(dynamic i) → self::A
return self::A|(i);
@core::Deprecated::•("")
static inline-class-member method A|constructor(core::int i) self::A
;
static inline-class-member method A|_#constructor#tearOff(core::int i) → self::A
return self::A|constructor(i);
@core::Deprecated::•("")
static inline-class-member method A|m(lowered final self::A #this) → void
;
static inline-class-member method A|get#m(lowered final self::A #this) → () → void
return () void => self::A|m(#this);
Extra constant evaluation status:
Evaluated: ConstructorInvocation @ org-dartlang-testcase:///annotations.dart:5:2 -> InstanceConstant(const Deprecated{Deprecated.message: ""})
Evaluated: ConstructorInvocation @ org-dartlang-testcase:///annotations.dart:7:4 -> InstanceConstant(const Deprecated{Deprecated.message: ""})
Evaluated: ConstructorInvocation @ org-dartlang-testcase:///annotations.dart:10:4 -> InstanceConstant(const Deprecated{Deprecated.message: ""})
Extra constant evaluation: evaluated: 10, effectively constant: 3