Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_custom_index_op.dart.weak.outline.expect
blob: 877629b49948b40eda4f74a33d70e612f420ce33 [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
C
extends
core
::
Object
{
synthetic constructor
•()
→
self
::
C
;
operator
[](
core
::
int
index
)
→
core
::
bool
;
}
static
method main
()
→
dynamic
;