New J2K: do not print modifiers which are going to be removed in postprocessing

This commit is contained in:
Ilya Kirillov
2019-06-26 17:45:49 +03:00
parent 0b7b16162d
commit 3e04bfb156
34 changed files with 233 additions and 198 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ internal open class Base {
}
internal class Child : Base() {
override fun test() {}
public override fun test() {}
override fun toString(): String {
return "Child"
}