package foo fun test() { println(f()) println(g()) } inline fun f(): Int = 1 inline fun g(): Int = 1