Add(Remove)ParameterQuickFix is not available for unmodifiable files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Add parameter to function 'equals'" "false"
|
||||
// ERROR: Too many arguments for public fun jet.Any?.equals(other: jet.Any?): jet.Boolean defined in jet
|
||||
|
||||
fun f(d: Any) {
|
||||
d.equals("a", <caret>"b")
|
||||
}
|
||||
Reference in New Issue
Block a user