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

5 lines
49 B
Kotlin
Vendored

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