[FIR] Don't provide receiver as value in delegated constructor call
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ class A : S (
|
||||
Companion.CONST,
|
||||
Nested.CONST,
|
||||
Interface.CONST,
|
||||
a,
|
||||
b()
|
||||
<!UNRESOLVED_REFERENCE!>a<!>,
|
||||
<!UNRESOLVED_REFERENCE!>b<!>()
|
||||
) {
|
||||
|
||||
class Nested {
|
||||
|
||||
Reference in New Issue
Block a user