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

5 lines
66 B
Kotlin
Vendored

fun foo(a: Int, b: Int) {
println(a / 0)
println(b / 0)
}