Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
traitWithRequired
/
traitRequiresAny.kt
blob: 7a29f955f613c8e3a9a181f4b7ad39c31f7f73b1 [
file
]
// FIR_IDENTICAL
interface
AnyTrait
:
<!
INTERFACE_WITH_SUPERCLASS
!>
Any
<!>
class
Foo
:
AnyTrait
class
Bar
:
AnyTrait
,
Any
()