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