6 lines
58 B
Kotlin
Vendored
6 lines
58 B
Kotlin
Vendored
package kotlin
|
|
|
|
fun foo(arg: Int) {
|
|
val x = arg / 0
|
|
}
|