Sign in
dart
/
sdk
/
04e11b83c00d0673bb06a021a541e3820ef2d29e
/
.
/
pkg
/
front_end
/
testcases
/
general
/
constants
/
issue52532.dart.textual_outline_modelled.expect
blob: d7c9453ae077ab60e111a852e75d5643959c6dd9 [
file
] [
log
] [
blame
]
const
Null
n
=
null
;
const
String
e
=
const
String
.
fromEnvironment
(
'foo'
,
defaultValue
:
'bar'
);
const
String
s
=
'foo'
;
const
bool
b
=
true
;
const
double
d
=
3.5
;
const
int
i
=
42
;
expect
(
expected
,
actual
)
{}
main
()
{}