fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+10
-10
@@ -1,12 +1,12 @@
|
||||
package
|
||||
|
||||
internal val b1: kotlin.Byte = 6
|
||||
internal val b2: kotlin.Short = 6
|
||||
internal val b3: kotlin.Int = 6
|
||||
internal val b4: kotlin.Long = 6.toLong()
|
||||
internal val i1: kotlin.Int = 6
|
||||
internal val i2: kotlin.Int = 6
|
||||
internal val p1: kotlin.Byte = 6.toByte()
|
||||
internal val p2: kotlin.Short = 6.toShort()
|
||||
internal val p3: kotlin.Int = 6
|
||||
internal val p4: kotlin.Long = 6.toLong()
|
||||
public val b1: kotlin.Byte = 6
|
||||
public val b2: kotlin.Short = 6
|
||||
public val b3: kotlin.Int = 6
|
||||
public val b4: kotlin.Long = 6.toLong()
|
||||
public val i1: kotlin.Int = 6
|
||||
public val i2: kotlin.Int = 6
|
||||
public val p1: kotlin.Byte = 6.toByte()
|
||||
public val p2: kotlin.Short = 6.toShort()
|
||||
public val p3: kotlin.Int = 6
|
||||
public val p4: kotlin.Long = 6.toLong()
|
||||
|
||||
Reference in New Issue
Block a user