mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Remastering of documentation provider
- Remove whole file resolve - Take already resolved element - Get kotlin element behind the wrapper directly - Remove outdated isKotlinDeclaration method - More tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Some Java Class
|
||||
* @param <T>
|
||||
*/
|
||||
public class SomeClass<T extends List> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user