Sign in
dart
/
sdk
/
/
e91d30e904fe85f4c301df2f077204c77594de2f
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
null_aware_method_invocation.dart.outline.expect
blob: 29f71f777a9062cb0489343faf8c07c2909a4372 [
file
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
C
extends
core
::
Object
{
synthetic constructor
•()
→
void
;
method f
()
→
core
::
int
;
}
static
method g
(
self
::
C c
)
→
dynamic
;
static
method main
()
→
dynamic
;