update testdata for the newly appeared Double.mod(Char) method

This commit is contained in:
Dmitry Jemerov
2015-03-06 12:46:31 +01:00
parent 1c426fada2
commit 46dbf005df
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -345,6 +345,7 @@ public final class Double : kotlin.Number, kotlin.Comparable<kotlin.Double> {
public final fun minus(/*0*/ other: kotlin.Long): kotlin.Double
public final fun minus(/*0*/ other: kotlin.Short): kotlin.Double
public final fun mod(/*0*/ other: kotlin.Byte): kotlin.Double
public final fun mod(/*0*/ other: kotlin.Char): kotlin.Double
public final fun mod(/*0*/ other: kotlin.Double): kotlin.Double
public final fun mod(/*0*/ other: kotlin.Float): kotlin.Double
public final fun mod(/*0*/ other: kotlin.Int): kotlin.Double