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