blob: 6915308064b2c1bc324d05457b8a0db29f48efb2 [file] [log] [blame]
// MOVE: left
class A {
fun foo(<caret>a: Int, b: Int, c: Int) {
}
}