From 296638a7c42985a9ac3fb784d69d025b5b2e94fe Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 13 Sep 2017 18:13:39 +0300 Subject: [PATCH] Minor, fix test after 60c735f2fd5 --- .../delegatedProperty/privateSetterKPropertyIsNotMutable.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/delegatedProperty/privateSetterKPropertyIsNotMutable.kt b/compiler/testData/codegen/box/delegatedProperty/privateSetterKPropertyIsNotMutable.kt index 747a184b0b2..41ac519cecc 100644 --- a/compiler/testData/codegen/box/delegatedProperty/privateSetterKPropertyIsNotMutable.kt +++ b/compiler/testData/codegen/box/delegatedProperty/privateSetterKPropertyIsNotMutable.kt @@ -3,7 +3,9 @@ // WITH_REFLECT -import kotlin.reflect.* +import kotlin.reflect.KProperty +import kotlin.reflect.KMutableProperty +import kotlin.reflect.KMutableProperty1 import kotlin.reflect.full.* import kotlin.reflect.jvm.*