blob: 59322c8b1e1dc4903331f5372c9fd7dd4c49545d [file]
library;
import self as self;
import "dart:core" as core;
class Self extends core::Object /*hasConstConstructor*/ {
const constructor •() self::Self
: super core::Object::•()
;
static synthetic method _#new#tearOff() → self::Self
return new self::Self::•();
}
class Base extends core::Object {
constructor •(core::int x) self::Base
: super core::Object::•()
;
static synthetic method _#new#tearOff(core::int x) → self::Base
return new self::Base::•(x);
}
class MyComponent extends self::Base {
@#C1
final field core::int? x;
constructor •(@#C1 final initializing-formal core::int? x) self::MyComponent
: self::MyComponent::x = x, super self::Base::•(42)
;
static synthetic method _#new#tearOff(core::int? x) → self::MyComponent
return new self::MyComponent::•(x);
}
constants {
#C1 = self::Self {}
}
Constructor coverage from constants:
org-dartlang-testcase:///parameter_annotation.dart:
- Self. (from org-dartlang-testcase:///parameter_annotation.dart:5:17)
- Object. (from org-dartlang-sdk:///lib/core/object.dart)