c773afdbfa
#KT-14729 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>
|
|
} |