Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
javaBean
/
DifferentGetterAndSetter.fir.txt
blob: 87ec516cec499a2b51cd1706a8892a988841ec7e [
file
]
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|
}