Revert "[FIR2IR] Remove non-existent accessors from property references on Java fields"

This reverts commit 1e388ad7dc.
This commit is contained in:
Dmitriy Novozhilov
2024-02-28 08:08:43 +02:00
committed by Space Team
parent d899618f9a
commit 2febc807a1
24 changed files with 105 additions and 192 deletions
@@ -1,10 +0,0 @@
fun f(j: J, x: X, j1: J1<String>) {
val jf: KMutableProperty0<Int> = j::f
val js: KMutableProperty0<Int> = J::s
val xf: KMutableProperty0<Int> = x::f
val xs: KMutableProperty0<Int> = X::s
val xf2: KMutableProperty0<Int> = x::f2
val xs2: KMutableProperty0<Int> = X::s2
val j1f: KMutableProperty0<@FlexibleNullability String?> = j1::f
}