Allow empty blocks for classes and function literals
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class S() {
|
||||
class object {
|
||||
open class Inner() {
|
||||
}
|
||||
open class Inner() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user