Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
moveOutOfCompanion
/
notCompanion1.kt
blob: 5292daf77f175cf9bac26502b5749b260d48705e [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
class
A
{
object
O
{
class
<caret>
B
{
}
}
}