Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
simple_literal_double.dart.weak.expect
blob: ce86f42638a35fed780c0d94560dd3e8aad7d3ce [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
double
*
a
=
1.2
;
static
method main
()
→
dynamic
{
core
::
double
*
b
=
3.4
;
}