Fix bogus integer overflow warning for 'mod' operator

#KT-15875 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2017-01-24 17:13:42 +03:00
parent f9e552e3c2
commit 68b223211c
5 changed files with 31 additions and 3 deletions
@@ -1,6 +1,7 @@
package
public fun local(): kotlin.Unit
public fun noOverflow(): kotlin.Unit
public operator fun Baz.rem(/*0*/ x: kotlin.Int): kotlin.Unit
public final class Bar {