Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/class/javaBean/DifferentGetterAndSetter.fir.txt
T

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|
}