Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bug31132_2.dart.textual_outline_modelled.expect
blob: b742b0cff43e280479591887555e0fa2dff0ec4b [
file
] [
log
] [
blame
]
library test
;
class
B
{}
class
C
extends
B
{
var
z
;
}
main
()
{}
void
test
(
B x
)
{}