Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
issue_000052.dart.weak.transformed.expect
blob: 4c2e65293ea44754c936484014fe58c35a0a4316 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
dynamic
{
function
f
()
→
Null
{
core
::
print
(
"hello"
);
}
f
(){()
→*
Null
};
}