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