5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
// !API_VERSION: 1.1
|
|
|
|
fun test() {
|
|
1.mod(3)
|
|
} |