0df5d5158d
#KT-38297 Fixed
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
fun foo(x: Int, y: Int, comment: String) {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
foo(24, <spot>42, "Hello"</spot>)
|
|
} |