Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
declarationChecks
/
propertyInPackageHasNoInheritVisibility.txt
blob: c5f383d114a9fcec76da470501b24ad15b92a950 [
file
]
package
package d {
public val f: () -> kotlin.Int
public var g: kotlin.Int
public fun test(): kotlin.Unit
}