Sign in
dart
/
sdk
/
8e07d492ddbb53f5061e768a7d38f65dd3c5e88d
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
conditional_lub.dart.textual_outline.expect
blob: 8dcdc494c1e1524b365e09d63bcf996e5fc24154 [
file
] [
log
] [
blame
]
library test
;
bool
b
=
true
;
int
x
=
0
;
double
y
=
0.0
;
var
z
=
b
?
x
:
y
;
main
()
{}