a3fdce8131
#KT-6070 fixed
8 lines
157 B
Kotlin
8 lines
157 B
Kotlin
fun test() {
|
|
1 : Byte
|
|
1 : Int
|
|
<error>1</error> : Double
|
|
1 <warning>as</warning> Byte
|
|
1 <warning>as Int</warning>
|
|
1 <warning>as</warning> Double
|
|
} |