New J2K: Fix if statement printing with empty then body

This commit is contained in:
Ilya Kirillov
2018-12-03 21:18:46 +03:00
committed by Ilya Kirillov
parent b21c52aecd
commit 77eb9b1b37
4 changed files with 153 additions and 149 deletions
@@ -1,7 +1,7 @@
package a.b
internal open class Base {
open fun foo() {}
fun foo() {}
}
internal class A : Base() {