Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
visibility
/
TopLevelVarWithPrivateSetter.txt
blob: 0dc78ba5d4dab39457dc8b70d1662859c42f94d2 [
file
]
package test
internal var topLevelVar: kotlin.Int
internal fun `<get-topLevelVar>`(): kotlin.Int
private fun `<set-topLevelVar>`(/*0*/ `<set-?>`: kotlin.Int): kotlin.Unit