Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
null_aware_property_get.dart.textual_outline.expect
blob: 25711547468d0998fc641f543e12a450a8353f03 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
C
{
int
x
;
}
void
f
(
C c
)
{}
main
()
{}