KT-2808 Intention to change existing alternative Kotlin signature

#KT-2808 fixed
This commit is contained in:
Evgeny Gerashchenko
2013-01-17 16:54:19 +04:00
parent 05b482e7d5
commit 0f780a84d4
6 changed files with 28 additions and 14 deletions
@@ -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>