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