Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
090f9670edbde64751f249d4fe53bfa5fc02f75a
/
.
/
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