33e6a85a2d
We exclude testData pattern from copyright scope
12 lines
156 B
Kotlin
Vendored
12 lines
156 B
Kotlin
Vendored
interface Fo<caret>o1 : Foo2 {
|
|
override fun foo()
|
|
}
|
|
|
|
interface Foo2 : Foo3 {
|
|
override fun foo()
|
|
}
|
|
|
|
interface Foo3 : Foo1 {
|
|
override fun foo()
|
|
}
|