Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NamedObjectWithAnotherTopLevelProperty.kt
blob: 220b010506070397cb848b7d92122de00ca986eb [
file
]
//ALLOW_AST_ACCESS
package
test
public
object
Obj
{
public
val v
:
String
=
"val"
public
fun f
():
String
=
"fun"
}
val x
=
5