6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
package test
|
|
|
|
fun a(ref: kotlin.test.Asserter) {
|
|
b(ref)
|
|
println(":)")
|
|
} |