Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.io.*
|
||||
|
||||
public class C() {
|
||||
public class C {
|
||||
throws(javaClass<IOException>())
|
||||
fun foo() {
|
||||
FileInputStream("foo").use { input ->
|
||||
|
||||
Reference in New Issue
Block a user