Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/visibility/TopLevelVarWithPrivateSetter.txt
T
2022-02-10 21:20:47 +00:00

6 lines
180 B
Plaintext
Vendored

package test
internal var topLevelVar: kotlin.Int
internal fun `<get-topLevelVar>`(): kotlin.Int
private fun `<set-topLevelVar>`(/*0*/ `<set-?>`: kotlin.Int): kotlin.Unit