Code transformation: if statement with assignments <-> assignment with if expression
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
import jet.runtime.typeinfo.KotlinSignature;
|
||||
|
||||
public class MyClass {
|
||||
<spot>@KotlinSignature("fun method() : jet.String?")</spot>
|
||||
public String method() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
public class MyClass {
|
||||
public String method() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user