Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_statics_with_method_invocations.dart.textual_outline.expect
blob: d3d25f6da393d960e2d831b53dacd8d35bd528c3 [
file
] [
log
] [
blame
]
library test
;
import
'infer_statics_with_method_invocations_a.dart'
;
class
T
{
static
final
T foo
=
m1
(
m2
(
m3
(
''
,
''
)));
static
T m1
(
String
m
)
{}
static
String
m2
(
e
)
{}
}
main
()
{}