Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
implement
/
inProtectedCompanion.kt
blob: 6a261a34b9b7d6ec22ac57321e40c2334d7e250e [
file
] [
log
] [
blame
]
// "Create subclass" "true"
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
class
Container
{
protected
companion
object
{
open
class
<caret>
Base
}
}