Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
implement
/
inner.kt
blob: 0c1e7704727214ba4f2d040b3dd8e3f296506405 [
file
] [
log
] [
blame
]
// "Implement abstract class" "true"
// WITH_RUNTIME
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
class
Container
{
inner
abstract
class
<caret>
Base
{
abstract
fun foo
():
String
}
}