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