[FIR2IR] Remove non-existent accessors from property references on Java fields
Rename `MissingFieldInJavaClass.kt` to `FieldsFromJavaClass.kt` to correspond its content ^KT-65722 Fixed
This commit is contained in:
committed by
Space Team
parent
c1ea878e52
commit
1e388ad7dc
@@ -0,0 +1,6 @@
|
||||
// CHECK:
|
||||
// Mangled name: #f(J;X;J1<kotlin.String>){}
|
||||
// Public signature: /f|-2688577840123949128[0]
|
||||
// Public signature debug description: f(J;X;J1<kotlin.String>){}
|
||||
fun f(j: J, x: X, j1: J1<String>): Unit
|
||||
|
||||
Reference in New Issue
Block a user