Revert "[FIR2IR] Remove non-existent accessors from property references on Java fields"
This reverts commit 1e388ad7dc.
This commit is contained in:
committed by
Space Team
parent
d899618f9a
commit
2febc807a1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user