From a657e63dbbb16600eb0222bad4a2867d93c78c0b Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Wed, 30 Jun 2021 10:28:16 +0200 Subject: [PATCH] Update test affected by `ForbidUsingExtensionPropertyTypeParameterInDelegate` feature --- .../codegen/box/callableReference/property/genericProperty.kt | 1 + .../ir/serializationRegressions/deepGenericDelegatedProperty.kt | 1 + .../codegen/box/ir/serializationRegressions/genericProperty.kt | 1 + .../testData/ir/irText/types/genericDelegatedDeepProperty.kt | 1 + .../testData/writeSignature/backingFieldForGenericDelegated.kt | 1 + 5 files changed, 5 insertions(+) diff --git a/compiler/testData/codegen/box/callableReference/property/genericProperty.kt b/compiler/testData/codegen/box/callableReference/property/genericProperty.kt index b0d76b7c397..21d5e9a6646 100644 --- a/compiler/testData/codegen/box/callableReference/property/genericProperty.kt +++ b/compiler/testData/codegen/box/callableReference/property/genericProperty.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ForbidUsingExtensionPropertyTypeParameterInDelegate // DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: PROPERTY_REFERENCES // IGNORE_BACKEND: NATIVE diff --git a/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt b/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt index be322310ba3..09397955ed5 100644 --- a/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt +++ b/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ForbidUsingExtensionPropertyTypeParameterInDelegate // DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: PROPERTY_REFERENCES // IGNORE_BACKEND: NATIVE diff --git a/compiler/testData/codegen/box/ir/serializationRegressions/genericProperty.kt b/compiler/testData/codegen/box/ir/serializationRegressions/genericProperty.kt index 93d92e76267..af45d7c5381 100644 --- a/compiler/testData/codegen/box/ir/serializationRegressions/genericProperty.kt +++ b/compiler/testData/codegen/box/ir/serializationRegressions/genericProperty.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ForbidUsingExtensionPropertyTypeParameterInDelegate // DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: PROPERTY_REFERENCES // IGNORE_BACKEND: NATIVE diff --git a/compiler/testData/ir/irText/types/genericDelegatedDeepProperty.kt b/compiler/testData/ir/irText/types/genericDelegatedDeepProperty.kt index cb70c7f8c2d..00f38e26f12 100644 --- a/compiler/testData/ir/irText/types/genericDelegatedDeepProperty.kt +++ b/compiler/testData/ir/irText/types/genericDelegatedDeepProperty.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ForbidUsingExtensionPropertyTypeParameterInDelegate import kotlin.reflect.KProperty1 import kotlin.reflect.KMutableProperty1 import kotlin.reflect.KProperty diff --git a/compiler/testData/writeSignature/backingFieldForGenericDelegated.kt b/compiler/testData/writeSignature/backingFieldForGenericDelegated.kt index ff2eee93216..78c803fba8a 100644 --- a/compiler/testData/writeSignature/backingFieldForGenericDelegated.kt +++ b/compiler/testData/writeSignature/backingFieldForGenericDelegated.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ForbidUsingExtensionPropertyTypeParameterInDelegate import kotlin.reflect.KProperty import kotlin.reflect.KProperty1