Considering variances when checking for erased casts.

This commit is contained in:
Evgeny Gerashchenko
2012-11-08 17:22:50 +04:00
parent b3311f717d
commit e691a0bc93
9 changed files with 56 additions and 12 deletions
@@ -0,0 +1 @@
fun f(a: List<Number>) = a is List<Hashable>