Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
abstract class A()
|
||||
abstract class A
|
||||
|
||||
class C() {
|
||||
class C {
|
||||
fun foo() {
|
||||
val a = object : A() {
|
||||
override fun toString(): String {
|
||||
|
||||
Reference in New Issue
Block a user