07767f88e2
^KT-62340
110 lines
2.7 KiB
Plaintext
Vendored
110 lines
2.7 KiB
Plaintext
Vendored
library {
|
|
// module name: <compileTimeConstants.kt>
|
|
|
|
library fragment {
|
|
// package name: test
|
|
|
|
// class name: test/Class
|
|
// class name: test/Weapon
|
|
// class name: test/Weapon.PAPER
|
|
// class name: test/Weapon.ROCK
|
|
// class name: test/Weapon.SCISSORS
|
|
|
|
public final class test/Class : kotlin/Any {
|
|
|
|
public constructor()
|
|
|
|
public final val arrayConst: kotlin/Any /* = [1.toByte(), 2.toByte()] */
|
|
public final get
|
|
|
|
public final val booleanConst: kotlin/Boolean /* = true */
|
|
public final get
|
|
|
|
public final val byteConst: kotlin/Byte /* = 10.toByte() */
|
|
public final get
|
|
|
|
public final val charConst: kotlin/Char /* = 'A' */
|
|
public final get
|
|
|
|
public final val doubleConst: kotlin/Double /* = 3.0 */
|
|
public final get
|
|
|
|
public final val enumConst: test/Weapon? /* = test/Weapon.ROCK */
|
|
public final get
|
|
|
|
public final val floatConst: kotlin/Float /* = 2.0f */
|
|
public final get
|
|
|
|
public final val intConst: kotlin/Int /* = 30 */
|
|
public final get
|
|
|
|
public final val longConst: kotlin/Long /* = 40L */
|
|
public final get
|
|
|
|
public final val shortConst: kotlin/Short /* = 20.toShort() */
|
|
public final get
|
|
|
|
public final val stringConst: kotlin/String /* = "abcd" */
|
|
public final get
|
|
}
|
|
|
|
public final enum class test/Weapon : kotlin/Enum<test/Weapon> {
|
|
|
|
private constructor()
|
|
|
|
ROCK,
|
|
|
|
PAPER,
|
|
|
|
SCISSORS,
|
|
|
|
// has Enum.entries
|
|
}
|
|
|
|
public final enum entry test/Weapon.PAPER : test/Weapon {
|
|
}
|
|
|
|
public final enum entry test/Weapon.ROCK : test/Weapon {
|
|
}
|
|
|
|
public final enum entry test/Weapon.SCISSORS : test/Weapon {
|
|
}
|
|
|
|
package {
|
|
|
|
public final val arrayConst: kotlin/Any /* = [1.toByte(), 2.toByte()] */
|
|
public final get
|
|
|
|
public final val booleanConst: kotlin/Boolean /* = true */
|
|
public final get
|
|
|
|
public final val byteConst: kotlin/Byte /* = 10.toByte() */
|
|
public final get
|
|
|
|
public final val charConst: kotlin/Char /* = 'A' */
|
|
public final get
|
|
|
|
public final val doubleConst: kotlin/Double /* = 3.0 */
|
|
public final get
|
|
|
|
public final val enumConst: test/Weapon? /* = test/Weapon.ROCK */
|
|
public final get
|
|
|
|
public final val floatConst: kotlin/Float /* = 2.0f */
|
|
public final get
|
|
|
|
public final val intConst: kotlin/Int /* = 30 */
|
|
public final get
|
|
|
|
public final val longConst: kotlin/Long /* = 40L */
|
|
public final get
|
|
|
|
public final val shortConst: kotlin/Short /* = 20.toShort() */
|
|
public final get
|
|
|
|
public final val stringConst: kotlin/String /* = "abcd" */
|
|
public final get
|
|
}
|
|
}
|
|
}
|