// WITH_STDLIB @file:[JvmName("Foo") JvmMultifileClass] package test fun foo() { "".extProp } inline val Z.extProp: String get() = "123"