[Test] Update testdata of quickfix tests related to sealed classes
This commit is contained in:
@@ -8,10 +8,10 @@ sealed class Base {
|
||||
class BaseImpl : Base() {
|
||||
override fun foo() = throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
class BaseImpl1 : Base() {
|
||||
override fun foo(): Int {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
class BaseImpl : Base() {
|
||||
override fun foo(): Int {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user