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