// WITH_RUNTIME @file:[JvmName("Foo") JvmMultifileClass] package test fun foo() { inlineReified() } public inline fun inlineReified() {}