Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
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