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

5 lines
90 B
Plaintext

import java.util.List;
fun ff(l: Any) = l is <!CANNOT_CHECK_FOR_ERASED!>List<String><!>