Implement "Safe Delete" refactoring for value parameters
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
fun foo(<caret>a: Int, b: String, c: Any) {
|
||||
println(a)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user