Check that quick fixes don't produce new errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Add 'override' modifier" "true"
|
||||
open class A() {
|
||||
fun foo() {}
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
class B() : A() {
|
||||
|
||||
Reference in New Issue
Block a user