Java to Kotlin convertor: no empty class body
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class S() {
|
||||
class object {
|
||||
open class Inner() {}
|
||||
open class Inner()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user