5 lines
288 B
Kotlin
5 lines
288 B
Kotlin
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
// INFO: <b>public</b> <b>constructor</b> SomeClass<T : (MutableList<out Any?>..List<Any?>?)>()<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass<T extends java.util.List> extends Object |