Files
kotlin-fork/compiler/testData/diagnostics/tests/operatorRem/warningOnExplicitModCall1_2.fir.kt
T

5 lines
49 B
Kotlin
Vendored

// !API_VERSION: 1.2
fun test() {
1.mod(3)
}