mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
#KT-15873 Fixed Using module from original element may lead to exceptions as it could be <built-ins module> (after deprecation of `mod` operator)
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
// "Replace with 'rem(other)'" "true"
|
|
|
|
fun test() {
|
|
1.<caret>mod(3)
|
|
} |