From eb1bfac83f9ab449b71339d7a023e8d3e0dcbf23 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Mon, 8 Apr 2019 16:22:36 +0200 Subject: [PATCH] Minor. Fix test data --- .../codegen/boxInline/smap/inlineOnly/reifiedProperty.kt | 1 + 1 file changed, 1 insertion(+) 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