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