Remove mod function deprecation tests

#KT-26654
This commit is contained in:
Ilya Gorbunov
2020-01-22 06:01:43 +03:00
parent b1766b167f
commit 39078342ee
21 changed files with 0 additions and 411 deletions
@@ -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)
}