FIR2IR: Fix case of using context receivers in property initializers

This commit is contained in:
Denis.Zharkov
2022-05-05 11:24:50 +03:00
committed by teamcity
parent b87412c5af
commit e632689d90
17 changed files with 52 additions and 23 deletions
@@ -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 */