Add function to supertype immediately removes redundant modifiers #KT-12297 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Add 'open fun f()' to 'A'" "true"
|
||||
// "Add 'abstract fun f()' to 'A'" "true"
|
||||
interface A {
|
||||
}
|
||||
class B : A {
|
||||
|
||||
Reference in New Issue
Block a user