Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
classObject
/
ClassObjectPropertyInClass.kt
blob: 14b52288747e5e9977a951afb47df89fd60ceea8 [
file
]
//ALLOW_AST_ACCESS
package
test
class
A
{
companion
object
{
val some
=
{
1
}()
}
val other
=
some
}