Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
repl
/
controlFlow
/
incompleteIf.repl
blob: aa8d137934d3484da53284353a46794d590ffb86 [
file
] [
log
] [
blame
]
>>>
if
(
false
)
42
>>>
if
(
true
)
42
>>>
""
+
(
if
(
true
)
42
)
error
:
'if'
must have both main
and
'else'
branches
if
used
as
an expression
""
+
(
if
(
true
)
42
)
^