6b92f67eac
Raw(A<T_i>) = (A<UP(T_i)>..A<*>) Raw types have specific scopes that behaves like JVM signature erasure
5 lines
281 B
Kotlin
Vendored
5 lines
281 B
Kotlin
Vendored
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
// INFO: <b>public</b> <b>constructor</b> SomeClass<T : (MutableList<Any?>..List<*>?)>()<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass<T extends java.util.List> extends Object |