Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOut.jet
T
2012-03-12 22:54:24 +04:00

5 lines
100 B
Plaintext

import java.util.List
fun f(a : List<out Any>) = a is <!CANNOT_CHECK_FOR_ERASED!>List<out Int><!>