Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
removeEmptyClassBody
/
nestedAnonymous.kt
blob: 982571d54c4bbf7549f092a4a0a9519b35c260be [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
object
Foo
{
fun test
()
{
object
{}<
caret
>
}
}