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