Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
addOpenToClassDeclaration
/
secondaryCtrDelegationInSecondary.kt
blob: 045dda1cdbc3e6060a903f20b1d899bddde16e5d [
file
]
// "Make 'B' 'open'" "true"
class
B
{
constructor
()
{
}
}
class
A
:
<caret>
B
{
constructor
()
{}
}