Code transformation: if statement with assignments <-> assignment with if expression

This commit is contained in:
Alexey Sedunov
2013-04-03 18:01:08 +04:00
parent d843608298
commit 9f828b8f41
13 changed files with 372 additions and 13 deletions
@@ -1,8 +0,0 @@
import jet.runtime.typeinfo.KotlinSignature;
public class MyClass {
<spot>@KotlinSignature("fun method() : jet.String?")</spot>
public String method() {
return "";
}
}
@@ -1,5 +0,0 @@
public class MyClass {
public String method() {
return "";
}
}