Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
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|
}