9 lines
76 B
Kotlin
9 lines
76 B
Kotlin
package test
|
|
|
|
class A {
|
|
|
|
}
|
|
|
|
fun A.foo(a: Int, <caret>b: String, c: Any) {
|
|
|
|
} |