5 lines
66 B
Kotlin
5 lines
66 B
Kotlin
class A {
|
|
fun foo(a: Int, <caret>b: String, c: Any) {
|
|
|
|
}
|
|
} |