Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd_mixed
/
issue41597.dart.textual_outline.expect
blob: a03dbcfa2d55f2c3bef62b56e6004899eca21e78 [
file
] [
log
] [
blame
]
import
'issue41597_lib.dart'
;
bool
x
;
bool
x
;
errors
()
{}
class
C
{
C
.
c0
()
:
super
();
C
.
c1
()
:
super
()!;
}
main
()
{}