inline fun foo() { unresolved().another unresolved().another() } fun main() { foo() }