Pull Up: Remove visibility modifiers on adding 'override'
#KT-13535 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class B: A() {
|
||||
// INFO: {"checked": "true"}
|
||||
protected override fun foo(): Int = 1
|
||||
override fun foo(): Int = 1
|
||||
|
||||
fun bar() = foo() + 1
|
||||
}
|
||||
Reference in New Issue
Block a user