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