Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
navigation
/
implementations
/
AbstractClassImplementorsWithDeclaration.kt
blob: 3837db09f539cdfef3e8526bb7ef4ce99890df05 [
file
] [
log
] [
blame
]
package
testing
abstract
class
Test
open
class
TestOther
:
<caret>
Test
()
class
TestOtherMore
:
TestOther
()
// REF: (testing).TestOther
// REF: (testing).TestOtherMore