Make caret left move not-applicable on first function parameter

This commit is contained in:
Nikolay Krasko
2016-09-07 19:11:44 +03:00
parent 5337fd05fb
commit 89a1389512
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
// MOVE: left
// IS_APPLICABLE: false
class A {
fun foo(<caret>a: Int, b: Int, c: Int) {
}
@@ -1,5 +0,0 @@
// MOVE: left
class A {
fun foo(<caret>a: Int, b: Int, c: Int) {
}
}