mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Remove KotlinSignature annotations from project code
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import jet.runtime.typeinfo.KotlinSignature;
|
||||
|
||||
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