Commit a951e325 authored by Yan Zhulanow's avatar Yan Zhulanow Committed by intellij-monorepo-bot
Browse files

[kotlin] Update test data for 'testConstructorUsageWithConflict()'

Descriptor renderer now adds backticks for names that aren't valid identifiers (see KT-51248). This commit adapts tests in the IDE plugin, so they pass.

GitOrigin-RevId: 0164b22d3b96a15f34c7464f9d73deb1cf8efb30
parent 06bedc4a
Showing with 1 addition and 1 deletion
+1 -1
......@@ -4,7 +4,7 @@
// ACTION: Convert to block body
// ACTION: Introduce import alias
// ACTION: Introduce local variable
// ACTION: Replace usages of '<init>(): Old /* = OldClass */' in whole project
// ACTION: Replace usages of '`<init>`(): Old /* = OldClass */' in whole project
// ACTION: Replace with 'NewClass(12)'
@Deprecated("Use NewClass", replaceWith = ReplaceWith("NewClass"))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment