Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class A() {
|
||||
class A {
|
||||
public fun foo() {
|
||||
privateStatic1()
|
||||
privateStatic2()
|
||||
|
||||
Reference in New Issue
Block a user