Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
analysis
/
symbol-light-classes
/
testData
/
structure
/
Interfaces.kt
blob: 51be4e0585e6e4794a9ba58a7580ad21acfa9ee8 [
file
]
package
abc
interface
SingleInterface
interface
BaseInterface1
interface
BaseInterface2
interface
InterfaceWithBase
:
BaseInterface1
,
BaseInterface2
interface
InterfaceWithTransitive
:
InterfaceWithBase