Sign in
dart
/
sdk.git
/
3b718daac6f227b77ccb38fd35c1d89041feabc5
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
invalid_this_reference_05.dart.textual_outline.expect
blob: 9a7b0d05cb3707a28942bf6298f2cc30f8da33ac [
file
] [
log
] [
blame
]
class
Foo
{
int
x2
=
42
;
@x2
int
?
a
,
b
;
}