Use type from compile time value for prefix expression
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
// val prop1: 513105426295.toLong()
|
||||
val prop1: Int = 0x7777777777
|
||||
|
||||
// val prop2: 513105426295.toLong()
|
||||
val prop2: Long = 0x7777777777
|
||||
|
||||
// val prop3: IntegerValueType(513105426295)
|
||||
val prop3 = 0x7777777777
|
||||
Reference in New Issue
Block a user