Sign in
dart
/
sdk
/
b36df2bc3480c24f005c5edec5cbc3815c4726b0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bug31132.dart.textual_outline.expect
blob: 650ee4963d6394b8e0c0633f394bef4edfda1019 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
B
{}
class
C
extends
B
{
var
z
;
}
void
test
(
B x
)
{}
main
()
{}