Remove mod function usage from tests

#KT-26654
This commit is contained in:
Ilya Gorbunov
2020-01-17 22:39:44 +03:00
parent 9fffa61596
commit b1766b167f
22 changed files with 83 additions and 164 deletions
-3
View File
@@ -72,9 +72,6 @@ val prop23 = -1.0 % 0
// val prop24: NaN.toDouble()
val prop24 = -0.0 % 0
// val prop25: NaN.toDouble()
val prop25 = 1.0.mod(0)
// val prop26: NaN.toDouble()
val prop26 = 1.0.rem(0)