Change Visibility Modifier Quick-Fix: Convert to Kotlin & refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Change visibility modifier" "true"
|
||||
// "Use inherited visibility" "true"
|
||||
open class A {
|
||||
protected open fun run() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user