Java to Kotlin converter: more correct logic for specifying field type
This commit is contained in:
@@ -11,7 +11,7 @@ class Foo {
|
||||
|
||||
class Bar {
|
||||
@NotNull
|
||||
Foo fooNotNull = Foo();
|
||||
Foo fooNotNull = new Foo();
|
||||
Foo fooNullable = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user