FIR: Make FIR rendering more kotlin-styled

This commit is contained in:
Simon Ogorodnik
2019-03-11 16:58:14 +03:00
parent 9cc6e44158
commit 498fb94c37
206 changed files with 758 additions and 768 deletions
@@ -1,16 +1,16 @@
public open class PrivateMembers : R|java/lang/Object| {
private open property field(var): R|kotlin/Int|
private open var field: R|kotlin/Int|
private get(): R|kotlin/Int|
private set(value: R|kotlin/Int|): kotlin/Unit
private open static property staticField(var): 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 operator function method(): R|kotlin/Unit|
private open operator fun method(): R|kotlin/Unit|
private open static operator function staticMethod(): R|kotlin/Unit|
private open static operator fun staticMethod(): R|kotlin/Unit|
private final function PrivateMembers(): R|test/PrivateMembers|
private final fun PrivateMembers(): R|test/PrivateMembers|
}