Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_statics_with_method_invocations_a.dart.weak.modular.expect
blob: facde66f9b1381f17bedeeb3a0dcaa89f1556320 [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method m3
(
core
::
String
a
,
core
::
String
b
,
[
dynamic
a1
=
#C1, dynamic a2 = #C1]) → dynamic {}
static
method main
()
→
dynamic
{}
constants
{
#C1 = null
}