Allow empty blocks for classes and function literals
This commit is contained in:
@@ -1,2 +1 @@
|
||||
class A() : Base(), I0, I1, I2 {
|
||||
}
|
||||
class A() : Base(), I0, I1, I2 {}
|
||||
Reference in New Issue
Block a user