Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
closure_context_lowering
/
constructor_initializers.dart.strong.outline.expect
blob: 93fc8d2b4ca0b8ebe47306bc19aa5ce097b77bfb [
file
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
A
extends
core
::
Object
{
final
field core
::
int
x
;
constructor
•(
positional
-
parameter y
)
→
self
::
A
;
}