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,13 +3,13 @@ package test
public final class ClassVal {
/*primary*/ public constructor ClassVal()
public final val property1: kotlin.Int
public final fun <get-property1>(): kotlin.Int
public final fun `<get-property1>`(): kotlin.Int
internal final val property2: kotlin.Int
internal final fun <get-property2>(): kotlin.Int
internal final fun `<get-property2>`(): kotlin.Int
private final val property3: java.lang.Object
private final fun <get-property3>(): java.lang.Object
private final fun `<get-property3>`(): java.lang.Object
protected final val property4: kotlin.String
protected final fun <get-property4>(): kotlin.String
protected final fun `<get-property4>`(): kotlin.String
public final val property5: kotlin.Int
public final fun <get-property5>(): kotlin.Int
public final fun `<get-property5>`(): kotlin.Int
}