K2 IC: add lookups of candidates on tower level processing
Allow recording lookup to symbols from supertypes, required at least for CRI. partially fixes #KTIJ-29026
This commit is contained in:
committed by
Space Team
parent
39b05a0a1c
commit
4fafa4b6e9
@@ -18,7 +18,7 @@ import baz.*
|
||||
|
||||
// inherited from I
|
||||
/*p:bar(C) p:bar.C(ifunc)*/c.ifunc()
|
||||
/*p:bar.C(isfield) p:baz p:foo*/C.isfield
|
||||
/*p:bar.C(isfield) p:baz p:foo p:foo.I(isfield)*/C.isfield
|
||||
// expected error: Unresolved reference: IS
|
||||
/*p:bar.C(IS) p:baz p:baz(IS) p:foo p:foo(IS)*/C.IS()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user