Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/class/javaBean/DifferentGetterAndSetter.fir.k2.txt
T
Dmitriy Novozhilov af60681705 [FIR] Save declarations in metadata in source order
^KT-54792 Fixed
^KT-54801
^KT-54800
2023-05-09 07:36:32 +00:00

9 lines
247 B
Plaintext
Vendored

public open class DifferentGetterAndSetter : R|kotlin/Any| {
public open fun setSomething(p0: R|kotlin/String?|): R|kotlin/Unit|
public open fun getSomething(): R|kotlin/Int|
public constructor(): R|test/DifferentGetterAndSetter|
}