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