fix tests in org.jetbrains.kotlin.checkers

This commit is contained in:
Michael Nedzelsky
2015-09-03 15:25:57 +03:00
parent a3f22939f1
commit bc5c9065d2
2821 changed files with 12932 additions and 12960 deletions
+30 -30
View File
@@ -1,32 +1,32 @@
package test
internal val MAX_HIGH_SURROGATE: kotlin.Char = \uDBFF ('?')
internal fun <get-MAX_HIGH_SURROGATE>(): kotlin.Char
internal val b: kotlin.Byte = 100.toByte()
internal fun <get-b>(): kotlin.Byte
internal val b1: kotlin.Byte = 1.toByte()
internal fun <get-b1>(): kotlin.Byte
internal val bb: kotlin.Boolean = true
internal fun <get-bb>(): kotlin.Boolean
internal val c: kotlin.Char = \u03C0 ('π')
internal fun <get-c>(): kotlin.Char
internal val d: kotlin.Double = 3.14.toDouble()
internal fun <get-d>(): kotlin.Double
internal val f: kotlin.Float = 3.14.toFloat()
internal fun <get-f>(): kotlin.Float
internal val i: kotlin.Int = 2000000
internal fun <get-i>(): kotlin.Int
internal val i1: kotlin.Short = 1.toShort()
internal fun <get-i1>(): kotlin.Short
internal val l: kotlin.Long = 2000000000000.toLong()
internal fun <get-l>(): kotlin.Long
internal val l1: kotlin.Long = 1.toLong()
internal fun <get-l1>(): kotlin.Long
internal val nl: kotlin.Char = \u000A ('\n')
internal fun <get-nl>(): kotlin.Char
internal val s: kotlin.Short = 20000.toShort()
internal fun <get-s>(): kotlin.Short
internal val s1: kotlin.Short = 1.toShort()
internal fun <get-s1>(): kotlin.Short
internal val str: kotlin.String = ":)"
internal fun <get-str>(): kotlin.String
public val MAX_HIGH_SURROGATE: kotlin.Char = \uDBFF ('?')
public fun <get-MAX_HIGH_SURROGATE>(): kotlin.Char
public val b: kotlin.Byte = 100.toByte()
public fun <get-b>(): kotlin.Byte
public val b1: kotlin.Byte = 1.toByte()
public fun <get-b1>(): kotlin.Byte
public val bb: kotlin.Boolean = true
public fun <get-bb>(): kotlin.Boolean
public val c: kotlin.Char = \u03C0 ('π')
public fun <get-c>(): kotlin.Char
public val d: kotlin.Double = 3.14.toDouble()
public fun <get-d>(): kotlin.Double
public val f: kotlin.Float = 3.14.toFloat()
public fun <get-f>(): kotlin.Float
public val i: kotlin.Int = 2000000
public fun <get-i>(): kotlin.Int
public val i1: kotlin.Short = 1.toShort()
public fun <get-i1>(): kotlin.Short
public val l: kotlin.Long = 2000000000000.toLong()
public fun <get-l>(): kotlin.Long
public val l1: kotlin.Long = 1.toLong()
public fun <get-l1>(): kotlin.Long
public val nl: kotlin.Char = \u000A ('\n')
public fun <get-nl>(): kotlin.Char
public val s: kotlin.Short = 20000.toShort()
public fun <get-s>(): kotlin.Short
public val s1: kotlin.Short = 1.toShort()
public fun <get-s1>(): kotlin.Short
public val str: kotlin.String = ":)"
public fun <get-str>(): kotlin.String