Change Signature: Add test for KT-6410 (Change signature on constructor inserts fqName for newly added parameter type)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
class C(val n: Int, s: String)
|
||||
@@ -0,0 +1 @@
|
||||
class <caret>C(val n: Int)
|
||||
Reference in New Issue
Block a user