Java to Kotlin converter: do not generate default field initializer when it's incorrect anyway
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Library {
|
||||
public val myString: String = 0
|
||||
public val myString: String
|
||||
}
|
||||
|
||||
class User {
|
||||
|
||||
Reference in New Issue
Block a user