FIR2IR: Fix case of using context receivers in property initializers
This commit is contained in:
Vendored
+1
-1
@@ -31,9 +31,9 @@ class Result {
|
||||
private /* final field */ val contextReceiverField0: Int
|
||||
constructor(_context_receiver_0: Int) /* primary */ {
|
||||
super/*Any*/()
|
||||
<this>.#contextReceiverField0 = _context_receiver_0
|
||||
/* <init>() */
|
||||
|
||||
<this>.#contextReceiverField0 = _context_receiver_0
|
||||
}
|
||||
|
||||
var s: String /* by */
|
||||
|
||||
Reference in New Issue
Block a user