diff --git a/compiler/testData/codegen/boxInline/smap/inlineOnly/reifiedProperty.kt b/compiler/testData/codegen/boxInline/smap/inlineOnly/reifiedProperty.kt index 178ba494622..2b8886c7666 100644 --- a/compiler/testData/codegen/boxInline/smap/inlineOnly/reifiedProperty.kt +++ b/compiler/testData/codegen/boxInline/smap/inlineOnly/reifiedProperty.kt @@ -1,6 +1,7 @@ // TARGET_BACKEND: JVM // FILE: 1.kt // WITH_REFLECT + package test inline val T.className: String; get() = T::class.java.simpleName