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