FIR Java: generate accessors only in override Kotlin case, make them non-synthetic
This commit is contained in:
@@ -7,7 +7,7 @@ package org.jetbrains.kotlin.fir.symbols
|
||||
|
||||
interface SyntheticSymbol
|
||||
|
||||
interface AccessorSymbol : SyntheticSymbol {
|
||||
interface AccessorSymbol {
|
||||
val callableId: CallableId // it's an id of related property (synthetic or not)
|
||||
val accessorId: CallableId // it's an id of accessor function
|
||||
}
|
||||
Reference in New Issue
Block a user