mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
7 lines
101 B
Kotlin
Vendored
7 lines
101 B
Kotlin
Vendored
// MOVE: left
|
|
// IS_APPLICABLE: false
|
|
class A {
|
|
fun foo(<caret>a: Int, b: Int, c: Int) {
|
|
}
|
|
}
|