8 lines
172 B
Plaintext
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
|
|
} |