Converter:

Do not generate redundant visibility modifier for overrides
This commit is contained in:
Pavel V. Talanov
2013-11-21 16:15:06 +04:00
parent d98d8cfa7f
commit 38f5361021
15 changed files with 43 additions and 42 deletions
@@ -4,7 +4,7 @@ BLACK
RED
YELLOW
BLUE
public override fun run() {
override fun run() {
System.out?.println("name()=" + name() + ", toString()=" + toString())
}
}