summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after')
-rw-r--r--plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after b/plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after
index f62a23d9f1c4..c3ab7bff0a73 100644
--- a/plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after
+++ b/plugins/kotlin/idea/tests/testData/refactoring/extractFunction/delegation/delegationByExpression.kt.after
@@ -1,7 +1,7 @@
// PARAM_TYPES: kotlin.Int
// PARAM_TYPES: kotlin.Int
-// PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in B.<init>
-// PARAM_DESCRIPTOR: value-parameter b: kotlin.Int defined in B.<init>
+// PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in B.`<init>`
+// PARAM_DESCRIPTOR: value-parameter b: kotlin.Int defined in B.`<init>`
interface T
class A(a: Int, b: Int): T