7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
fun foo(
|
|
<spot>param1: String,
|
|
param2: Int,
|
|
param3: Any</spot>
|
|
) {
|
|
bar()
|
|
} |