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