Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
topLevelMethodAndProperty.txt
blob: ba0ca726cd557e656d176b37a361fc545be41588 [
file
]
package
package foo {
public val bar: kotlin.Int = 32
public fun bar(): kotlin.Int
}