Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06ab8cc69e303e70578de24dd9a1cf4ebafff93a
/
.
/
compiler
/
testData
/
cli
/
js
/
compilationErrorConstDivByZero.out
blob: 04035194c5c6707821309ece941931c45944d47d [
file
]
compiler
/
testData
/
cli
/
js
/
compilationErrorConstDivByZero
.
kt
:
1
:
17
:
error
:
[
EVALUATION_ERROR
]
Cannot
evaluate constant expression
:
/
by
zero
const
val inf
=
1
/
0
^^^^^
COMPILATION_ERROR