// FIR_IDENTICAL package test import test.Host.foo object Host { inline fun foo(): String { return "OK" } } fun test() = foo()