Files
kotlin-fork/compiler/testData/codegen/light-analysis/operatorConventions/percentAsModOnBigIntegerWithoutRem.txt
T
Mikhail Zarechenskiy 5a829809d9 Add operator 'rem' as extension to BigInteger
#KT-14650 Fixed

 Note that after this change behaviour of '%' on BigInteger is changed,
now it works like a proper remainder
2016-12-14 15:29:00 +03:00

4 lines
150 B
Plaintext
Vendored

public final class PercentAsModOnBigIntegerWithoutRemKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}