Files
kotlin/compiler/testData/diagnostics/tests/operatorRem/errorOnExplicitModCall.kt
Mikhail Zarechenskiy 7595cb23ab Raise deprecation level for mod operators to ERROR in stdlib
#KT-25217 In Progress
2018-09-09 23:55:36 +03:00

3 lines
51 B
Kotlin
Vendored

fun test() {
1.<!DEPRECATION_ERROR!>mod<!>(3)
}