Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
js
/
compilationErrorConstDivByZero.out
blob: 5e4011a9072af703b4e1190d0a123ef22ab048b1 [
file
]
compiler
/
testData
/
cli
/
js
/
compilationErrorConstDivByZero
.
kt
:
1
:
17
:
error
:
cannot evaluate constant expression
:
/
by
zero
const
val inf
=
1
/
0
^^^^^
COMPILATION_ERROR