New J2K: do not print modifiers which are going to be removed in postprocessing
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user