Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
isErasedTAndStarred.kt
blob: 47e2f408bc0fea057ca619c512d5053892e0a849 [
file
]
// FIR_IDENTICAL
class
G
<
T
>
fun
<
Q
>
f
(
q
:
Q
)
=
q
is
G
<*>