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