7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
fun Int.foo(b: Int) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
10.foo(b = 2)
|
|
} |