Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
issue_000006.dart.weak.expect
blob: d8e5d490c1b5a76d7714988a9322bef3b1fef6bc [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
List
<
core
::
int
*>*
list
=
<
core
::
int
*>[
1
,
2
,
3
];
static
method main
()
→
dynamic
{
self
::
list
.{
core
::
List
::
add
}(
1
){(
core
::
int
*)
→*
void
};
}