mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
FIR: Make FIR rendering more kotlin-styled
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
public final class ClassWithConstVal : R|java/lang/Object| {
|
||||
public final property f(val): R|kotlin/Int|
|
||||
public final val f: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
public final property f2(val): R|kotlin/Int|
|
||||
public final val f2: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user