Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
javaBean
/
DifferentGetterAndSetter.fir.txt
blob: 87ec516cec499a2b51cd1706a8892a988841ec7e [
file
] [
log
] [
blame
]
public open class DifferentGetterAndSetter : R|kotlin/Any| {
public open fun setSomething(color: R|kotlin/String!|): R|kotlin/Unit|
public open fun getSomething(): R|kotlin/Int|
public constructor(): R|test/DifferentGetterAndSetter|
}