Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Library() {
|
||||
class Library {
|
||||
public val myString: String = 0
|
||||
}
|
||||
|
||||
class User() {
|
||||
class User {
|
||||
fun main() {
|
||||
Library.myString.isEmpty()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user