8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
import jet.runtime.typeinfo.KotlinSignature;
|
|
|
|
public class MyClass {
|
|
<spot>@KotlinSignature("fun method() : jet.String?")</spot>
|
|
public String method() {
|
|
return "";
|
|
}
|
|
} |