Pull Up: Remove visibility modifiers on adding 'override'
#KT-13535 Fixed
This commit is contained in:
@@ -5,5 +5,5 @@ abstract class Upper {
|
||||
|
||||
open class Lower : Upper() {
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
protected override val moving: Int = 0
|
||||
override val moving: Int = 0
|
||||
}
|
||||
Reference in New Issue
Block a user