Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
packageAndMethod.txt
blob: 09db0cc40370e611c2bd1b31881a67d710eb65d5 [
file
]
package
package foo {
public fun bar(): kotlin.Int
package foo.bar {
public val x: kotlin.Int = 42
}
}