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