10c62b8d77
Part of #KT-31331
9 lines
212 B
Kotlin
Vendored
9 lines
212 B
Kotlin
Vendored
// ERROR: Unresolved reference: `as`
|
|
// ERROR: Unresolved reference: `as`
|
|
package test
|
|
|
|
import `as`.type.`val`.`var`.`fun`.`is`.`in`.`object`.`when`.`typeof`.`as`
|
|
|
|
internal class Test {
|
|
fun foo(a: `as`?) {}
|
|
} |