Remove mod function deprecation tests
#KT-26654
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
// "Replace with 'rem(other)'" "true"
|
||||
|
||||
fun test() {
|
||||
1.<caret>mod(3)
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
// "Replace with 'rem(other)'" "true"
|
||||
|
||||
fun test() {
|
||||
1.rem(3)
|
||||
}
|
||||
Reference in New Issue
Block a user