Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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
}