f80fcc7146
#KT-18907 Fixed
7 lines
87 B
Plaintext
Vendored
7 lines
87 B
Plaintext
Vendored
header class Foo {
|
|
fun foo(s: String, n: Int)
|
|
}
|
|
|
|
fun Foo.test() {
|
|
foo("1", 2)
|
|
} |