7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
// +JDK
|
|
|
|
import java.util.List;
|
|
|
|
fun ff(l: Any) = l as List<*>
|
|
|