Introduced NewQualifiedExpressionResolver

This commit is contained in:
Stanislav Erokhin
2015-09-13 01:58:55 +03:00
parent 9b0182eb71
commit f8a018ae27
22 changed files with 1206 additions and 220 deletions
@@ -11,7 +11,7 @@ class X
// FILE: c.kt
package c
import <!CONFLICTING_IMPORT!>a.x<!>
import <!CONFLICTING_IMPORT!>b.x<!>
import a.<!UNRESOLVED_REFERENCE!>x<!>
import b.<!UNRESOLVED_REFERENCE!>x<!>
class Y : <!UNRESOLVED_REFERENCE!>x<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>X<!>