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