Make DescriptorRenderer escape names with dollars and other characters
#KT-5791 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun `$$$$`() {}
|
||||
|
||||
fun foo() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
// EXIST: $$$$
|
||||
// INVOCATION_COUNT: 2
|
||||
Reference in New Issue
Block a user