Files
kotlin-fork/compiler/testData/cli/jvm/werror.out
T

9 lines
266 B
Plaintext
Vendored

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