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