New J2K: Fix if statement printing with empty then body
This commit is contained in:
committed by
Ilya Kirillov
parent
b21c52aecd
commit
77eb9b1b37
@@ -1,7 +1,7 @@
|
||||
package a.b
|
||||
|
||||
internal open class Base {
|
||||
open fun foo() {}
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
internal class A : Base() {
|
||||
|
||||
Reference in New Issue
Block a user