Java to Kotlin converter: fixed bug
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
//file
|
||||
class A {
|
||||
int field = foo();
|
||||
|
||||
@Nullable int foo() { return 1; }
|
||||
}
|
||||
Reference in New Issue
Block a user