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