[FIR] Do not enhance java fields to firProperty

This commit is contained in:
Simon Ogorodnik
2019-05-15 15:51:25 +03:00
committed by Mikhail Glukhikh
parent 397aaa189e
commit 6c313895df
37 changed files with 86 additions and 176 deletions
@@ -1,11 +1,7 @@
public open class PrivateMembers : R|kotlin/Any| {
private open var field: R|kotlin/Int|
private get(): R|kotlin/Int|
private set(value: R|kotlin/Int|): kotlin/Unit
private open field field: R|kotlin/Int|
private open static var staticField: R|kotlin/Int|
private get(): R|kotlin/Int|
private set(value: R|kotlin/Int|): kotlin/Unit
private open static field staticField: R|kotlin/Int|
private open operator fun method(): R|kotlin/Unit|