e59fa2083e
Rendered it as T (of red color) in the renderer HTML_FOR_NOT_INFERRED_TYPE_PARAMETERS instead of '???' without information about type parameter
5 lines
299 B
Kotlin
5 lines
299 B
Kotlin
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
// INFO: <b>public</b> <b>constructor</b> SomeClass<T : kotlin.List<kotlin.Any?>?>() <i>defined in</i> SomeClass<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass<T extends java.util.List> extends Object |