Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
This commit is contained in:
@@ -1 +1 @@
|
||||
class A() : Base(), I0, I1, I2
|
||||
class A : Base(), I0, I1, I2
|
||||
Reference in New Issue
Block a user