8f12db341e
- Remove whole file resolve - Take already resolved element - Get kotlin element behind the wrapper directly - Remove outdated isKotlinDeclaration method - More tests
5 lines
290 B
Kotlin
5 lines
290 B
Kotlin
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
// INFO: <b>public</b> <b>constructor</b> SomeClass<T : jet.List<jet.Any?>?>() <i>defined in</i> SomeClass<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass<T extends java.util.List> extends Object |