JS: extract outer class reference as dispatchReceiver from ResolvedCall, to include it into UsageTracker mechanism. This allows to capture outer class of super class in local classes. See KT-13166
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// See KT-9246 IllegalAccessError when trying to access protected nested class from parent class
|
||||
// TARGET_BACKEND: JVM
|
||||
// FILE: a.kt
|
||||
|
||||
package a
|
||||
|
||||
Reference in New Issue
Block a user