Make "Add name(s) to call arguments" available for generic arguments
#KT-15550 Fixed
This commit is contained in:
Vendored
+1
@@ -4,6 +4,7 @@
|
||||
// ACTION: Create property 'foo'
|
||||
// ACTION: Create property 'foo' as constructor parameter
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Add 'b =' to argument
|
||||
// ERROR: Unresolved reference: foo
|
||||
class A {
|
||||
fun bar(b: Boolean) {}
|
||||
|
||||
Reference in New Issue
Block a user