Sign in
dart
/
sdk
/
a1c7ce3d8d1036b14541468d97ef04fb636de120
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
super_method_invocation.dart.textual_outline.expect
blob: 705378ff59f34363101545ba069e22f884feceb0 [
file
] [
log
] [
blame
]
library test
;
class
C
{
int
f
()
=>
0
;
}
class
D
extends
C
{
void
g
()
{}
}
main
()
{}