Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/javaBean/DifferentGetterAndSetter.txt
T
2020-03-19 09:51:01 +03:00

9 lines
247 B
Plaintext
Vendored

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