blob: 05591732782785c504c3c497d61a33d45ff08502 [file]
error: warnings found and -Werror specified
compiler/testData/cli/jvm/werror.kt:2:13: warning: division by zero.
println(a / 0)
^^^^^
compiler/testData/cli/jvm/werror.kt:3:13: warning: division by zero.
println(b / 0)
^^^^^
COMPILATION_ERROR