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