Add(Remove)ParameterQuickFix is not available for unmodifiable files

This commit is contained in:
Pavel V. Talanov
2013-11-11 17:57:03 +04:00
parent 3e97203f85
commit f9a2b09a4e
6 changed files with 66 additions and 2 deletions
@@ -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")
}