Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
implement
/
inProtectedCompanion.kt.after
blob: db4ecaab9438d18a28a2a48ff57e1cdb1705c949 [
file
] [
log
] [
blame
]
// "Create subclass" "true"
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
class
Container
{
protected
companion
object
{
open
class
Base
}
protected
class
BaseImpl
:
Companion
.
Base
()
}