[AA LC] Map unresolved types according to aliased imports

This commit is contained in:
Dmitriy Novozhilov
2022-12-16 12:54:41 +02:00
committed by Space Team
parent d5a76a1b3b
commit 36ae901b19
8 changed files with 201 additions and 128 deletions
@@ -0,0 +1,11 @@
package some
import other.Unresolved as A
class Derived : A {
val x: A? = null
fun takeA(a: A) {}
}
// COMPILATION_ERRORS