Files
kotlin-fork/compiler/testData/checker/Constants.jet
T
2011-10-20 16:21:18 +02:00

8 lines
172 B
Plaintext

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
}