Files
kotlin-fork/idea/testData/checker/Constants.kt
T
2013-12-17 15:00:30 +04:00

8 lines
157 B
Kotlin

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