'add primary constructor fix' changed to 'change to invocation fix' (for delegators to super class)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Change to constructor invocation" "true"
|
||||
|
||||
open class A {
|
||||
|
||||
}
|
||||
|
||||
class B : A<caret>() {}
|
||||
@@ -0,0 +1,7 @@
|
||||
// "Change to constructor invocation" "true"
|
||||
|
||||
open class A {
|
||||
|
||||
}
|
||||
|
||||
class B : A<caret> {}
|
||||
Reference in New Issue
Block a user