Added "Specify Kotlin Signature" intention.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import jet.runtime.typeinfo.KotlinSignature;
|
||||
|
||||
public class MyClass {
|
||||
<spot>@KotlinSignature("fun method() : jet.String?")</spot>
|
||||
public String method() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public class MyClass {
|
||||
public String method() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention adds Kotlin signature for Java method.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user