3748507ac1
+JDK was not very helpful
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
|
import java.util.List;
|
|
|
|
fun ff(l: Any) = l is List<*>
|