5 lines
87 B
Plaintext
Vendored
5 lines
87 B
Plaintext
Vendored
// "Create parameter 'foo'" "true"
|
|
|
|
fun test(n: Int, foo: Int) {
|
|
val t: Int = foo
|
|
} |