Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromAny.jet
T

6 lines
98 B
Plaintext

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