Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByPsi/unresolvedWithAliasedImport.kt
T
2023-01-12 17:45:08 +00:00

12 lines
134 B
Kotlin
Vendored

package some
import other.Unresolved as A
class Derived : A {
val x: A? = null
fun takeA(a: A) {}
}
// COMPILATION_ERRORS