This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
57d118e13df5df8752e11cb5fdcdc73bc544743a
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
isErasedTAndStarred.kt
T
Andrey Breslav
fca6182288
Fixed the case of "Any is/as List<*>" for erased cast diagnostic
2013-09-06 13:37:09 +04:00
3 lines
38 B
Kotlin
Raw
Blame
History
class
G
<
T
>
fun
f
<
Q
>
(
q
:
Q
)
=
q
is
G
<
*
>
Reference in New Issue
View Git Blame
Copy Permalink