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