Files
kotlin/compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.fir.txt
2021-03-11 13:10:05 +03:00

9 lines
269 B
Plaintext
Vendored

public open class DifferentGetterAndSetter : R|kotlin/Any| {
public open fun setSomething(color: R|ft<kotlin/String, kotlin/String?>|): R|kotlin/Unit|
public open fun getSomething(): R|kotlin/Int|
public constructor(): R|test/DifferentGetterAndSetter|
}