Files
kotlin-fork/compiler/testData/cli/jvm/werror.out
T
2024-02-08 12:59:31 +00:00

9 lines
274 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