javac-wrapper: fixes after rebase and review
This commit is contained in:
committed by
Alexander Baratynskiy
parent
2dc0c55e76
commit
67fdd9f76e
-4
@@ -37,10 +37,6 @@ fun test(a_b: a.b) {
|
||||
val ab_c = t2()
|
||||
ab_c.<!UNRESOLVED_REFERENCE!>ab_c<!>()
|
||||
ab_c.a_bc()
|
||||
|
||||
val ab_c2: a.b.c = t2()
|
||||
ab_c2.<!UNRESOLVED_REFERENCE!>ab_c<!>()
|
||||
ab_c2.a_bc()
|
||||
}
|
||||
|
||||
fun test2() = t().a_b()
|
||||
|
||||
Reference in New Issue
Block a user