Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
cli
/
js
/
compilationErrorConstDivByZero.out
blob: 403b1b0ab1dd10650e042cdf6db8c3c3bebe84a0 [
file
]
compiler
/
testData
/
cli
/
js
/
compilationErrorConstDivByZero
.
kt
:
1
:
17
:
error
:
const
'val'
initializer must be a constant value
.
const
val inf
=
1
/
0
^^^^^
COMPILATION_ERROR