Make DescriptorRenderer escape names with dollars and other characters

#KT-5791 Fixed
This commit is contained in:
Alexander Udalov
2014-09-17 19:55:04 +04:00
parent 483232a3e5
commit 9434114c45
7 changed files with 52 additions and 17 deletions
@@ -0,0 +1,8 @@
fun `$$$$`() {}
fun foo() {
<caret>
}
// EXIST: $$$$
// INVOCATION_COUNT: 2