Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
uninitialized_non_nullable_late_fields.dart.weak.outline.expect
blob: 1d295ebcf2c7f9bad81c039251513d9f52b9447b [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
A
extends
core
::
Object
{
late field core
::
int
x
;
constructor foo
(
core
::
int
x
)
→
self
::
A
;
constructor bar
()
→
self
::
A
;
}
static
method main
()
→
dynamic
;