c93e47febf
Filter out 'boring builtin classifiers' (kotlin.Int for ex) from signature hyperlinks
6 lines
290 B
Kotlin
Vendored
6 lines
290 B
Kotlin
Vendored
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
//INFO: <b>public</b> <b>constructor</b> SomeClass<T : (<(raw) Any?><Any?>..<(raw) Any?><*>?)>()<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass<T extends java.util.List> extends Object
|