Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
IsErasedNonGeneric.kt
blob: 391c1e73829b35bf416f2a50f154b427766ff34c [
file
]
// FIR_IDENTICAL
interface
A
interface
B
fun testing
(
a
:
A
)
=
a
as
B