Make caret left move not-applicable on first function parameter
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
// MOVE: left
|
// MOVE: left
|
||||||
|
// IS_APPLICABLE: false
|
||||||
class A {
|
class A {
|
||||||
fun foo(<caret>a: Int, b: Int, c: Int) {
|
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) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user