package test fun String.foo(n: Int) { println(n) } fun bar() { "".foo(10) }