K2 IC: filter out builtins lookups
Do not record lookups to kotlin builtins, since it is considered useless. Related to #KT-66417
This commit is contained in:
committed by
Space Team
parent
5b62558798
commit
684d0b8690
+1
-1
@@ -1,5 +1,5 @@
|
||||
package foo
|
||||
|
||||
/*p:foo*/fun useAChild(a: /*p:foo*/AChild) {
|
||||
/*p:foo.A(f) p:foo.AChild(f) p:kotlin(Unit)*/a.f()
|
||||
/*p:foo.A(f) p:foo.AChild(f)*/a.f()
|
||||
}
|
||||
Reference in New Issue
Block a user