FIR deserializer: support properties
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b02b090bdf
commit
9d7d358836
+4
@@ -1,4 +1,8 @@
|
||||
public open class NotNullField : R|kotlin/Any| {
|
||||
public final var hi: R|kotlin/String|
|
||||
public get(): R|kotlin/String|
|
||||
public set(value: R|kotlin/String|): kotlin/Unit
|
||||
|
||||
public constructor(): R|test/NotNullField|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user