Change Visibility Modifier Quick-Fix: Convert to Kotlin & refactor

This commit is contained in:
Alexey Sedunov
2016-01-06 12:07:18 +03:00
parent 1e77caedbc
commit b8a8f1638f
11 changed files with 28 additions and 109 deletions
@@ -1,4 +1,4 @@
// "Change visibility modifier" "true"
// "Use inherited visibility" "true"
open class A {
protected open fun run() {}
}