Escape special names with backticks in test data

#KT-51248
This commit is contained in:
Vladimir Dolzhenko
2022-02-01 22:29:34 +01:00
committed by Space
parent 4de9de5fc5
commit 918a91dbdf
279 changed files with 1689 additions and 1689 deletions
@@ -3,14 +3,14 @@ package test
public final class A</*0*/ in I> {
/*primary*/ public constructor A</*0*/ in I>()
private/*private to this*/ final var bar: I
private/*private to this*/ final fun <get-bar>(): I
private/*private to this*/ final fun <set-bar>(/*0*/ <set-?>: I): kotlin.Unit
private/*private to this*/ final fun `<get-bar>`(): I
private/*private to this*/ final fun `<set-bar>`(/*0*/ `<set-?>`: I): kotlin.Unit
private/*private to this*/ final val foo: I
private/*private to this*/ final fun <get-foo>(): I
private/*private to this*/ final fun `<get-foo>`(): I
private/*private to this*/ final val val_with_accessors: I
private/*private to this*/ final fun <get-val_with_accessors>(): I
private/*private to this*/ final fun `<get-val_with_accessors>`(): I
private/*private to this*/ final var var_with_accessors: I
private/*private to this*/ final fun <get-var_with_accessors>(): I
private/*private to this*/ final fun <set-var_with_accessors>(/*0*/ value: I): kotlin.Unit
private/*private to this*/ final fun `<get-var_with_accessors>`(): I
private/*private to this*/ final fun `<set-var_with_accessors>`(/*0*/ value: I): kotlin.Unit
private/*private to this*/ final fun bas(): I
}