FIR: Fix resolution scope of constructor delegation calls
This commit is contained in:
committed by
teamcityserver
parent
f038b575f1
commit
0a3c950e7f
+11
@@ -0,0 +1,11 @@
|
||||
open class OtherClass {
|
||||
fun foo(): String = "OK"
|
||||
|
||||
private class OtherClass<T> {}
|
||||
}
|
||||
|
||||
|
||||
class Derived : OtherClass()
|
||||
|
||||
fun box() = Derived().foo()
|
||||
|
||||
Reference in New Issue
Block a user