Files
kotlin-fork/idea/testData/checker/Constants.kt
T
2012-11-12 19:54:22 +04:00

8 lines
172 B
Kotlin

fun test() {
1 : Byte
1 : Int
<error>1</error> : Double
1 <warning>as</warning> Byte
1 <warning>as</warning> Int
<error>1</error> <warning>as</warning> Double
}