Add/remove argument name intentions to work for super class constructor call
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
open class C(p1: Int, p2: Int)
|
||||
|
||||
class D : C(1, <caret>p2 = 2)
|
||||
Reference in New Issue
Block a user