mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
14 lines
151 B
Kotlin
Vendored
14 lines
151 B
Kotlin
Vendored
// MOVE: down
|
|
class A {
|
|
fun <T, U, W> foo(
|
|
b: Int,
|
|
<caret>a: Int,
|
|
c: Int
|
|
) {
|
|
|
|
}
|
|
class B {
|
|
|
|
}
|
|
}
|