Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
implement
/
protected.kt
blob: cd57daca13e2b9e74f5d6d657a59cd7ad18a547c [
file
]
// "Implement abstract class" "true"
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
class
Container
{
protected
abstract
class
<caret>
Base
}