Java to Kotlin converter: added blank line between main method and class
This commit is contained in:
@@ -5,4 +5,5 @@ public class A {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) = A.main(args)
|
||||
Reference in New Issue
Block a user