Intentions: Implement "Add names to call arguments" intention
#KT-14729 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
open class C(p1: Int, p2: Int)
|
||||
|
||||
class D : <caret>C(p1 = 1, p2 = 2)
|
||||
Reference in New Issue
Block a user