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