Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
exposed
/
implements.kt
blob: 84aa1c4e43991ca4391771a014dea9b3540ce621 [
file
]
// FIR_IDENTICAL
private
interface
My
// valid, it's allowed to implement worse-visible interface
class
Your
:
My