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