Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters

This commit is contained in:
Valentin Kipyatkov
2014-06-25 18:21:15 +04:00
parent 947bf3c0ed
commit 5a5e553367
207 changed files with 266 additions and 268 deletions
@@ -26,7 +26,7 @@ class C(arg1: Int, arg2: Int, arg3: Int) {
}
}
public class User() {
public class User {
class object {
public fun main() {
val c1 = C(100, 100, 100)