Fixes for tests about mod

#KT-25217
This commit is contained in:
Mikhail Zarechenskiy
2018-09-10 06:31:55 +03:00
parent dee3617dd8
commit 3431123cab
7 changed files with 77 additions and 77 deletions
@@ -70,7 +70,7 @@ class A {
val l21: Int = intMinValue - intMinValue
val l22: Int = <!INTEGER_OVERFLOW!>intMinValue + <!INTEGER_OVERFLOW!>-intMinValue<!><!>
val l23: Int = intMaxValue + <!INTEGER_OVERFLOW!>-intMinValue<!>
§ val l24: Int = (-1).<!DEPRECATION_ERROR!>mod<!>(5)
val l24: Int = (-1).<!DEPRECATION_ERROR!>mod<!>(5)
val l25: Int = (-1).rem(5)
val l26: Int = (-1) % 5
}