Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
field_initializer_context_this.dart.textual_outline_modelled.expect
blob: 99df24fe8e2ca4bd6fc4fa46af8c38f9bfcc3651 [
file
] [
log
] [
blame
]
library test
;
T f
<
T
>()
=>
throw
''
;
class
C
{
C
()
:
this
.
x
=
f
();
final
int
x
;
}
main
()
{}