mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +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 @@
|
||||
class Test {
|
||||
/**
|
||||
* Java Method
|
||||
*/
|
||||
@KotlinSignature("fun foo(param: String): Array<out Any>")
|
||||
public static Object[] foo(String param) {
|
||||
return new Object[0];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user