Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
singletons
/
companion.kt
blob: ce6af54dd4d05f1c382f0de58f73f24d87f4b588 [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
class
Z
{
fun test2
()
{
test
()
}
companion
object
{
fun test
()
{}
}
}