Escape special names with backticks in test data
#KT-51248
This commit is contained in:
committed by
Space
parent
4de9de5fc5
commit
918a91dbdf
+10
-10
@@ -3,18 +3,18 @@ package test
|
||||
public final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
public final var property1: kotlin.Int
|
||||
public final fun <get-property1>(): kotlin.Int
|
||||
public final fun <set-property1>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final fun `<get-property1>`(): kotlin.Int
|
||||
public final fun `<set-property1>`(/*0*/ `<set-?>`: kotlin.Int): kotlin.Unit
|
||||
internal final var property2: kotlin.Int
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
internal final fun <set-property2>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
internal final fun `<get-property2>`(): kotlin.Int
|
||||
internal final fun `<set-property2>`(/*0*/ `<set-?>`: kotlin.Int): kotlin.Unit
|
||||
private final var property3: java.lang.Object
|
||||
private final fun <get-property3>(): java.lang.Object
|
||||
private final fun <set-property3>(/*0*/ <set-?>: java.lang.Object): kotlin.Unit
|
||||
private final fun `<get-property3>`(): java.lang.Object
|
||||
private final fun `<set-property3>`(/*0*/ `<set-?>`: java.lang.Object): kotlin.Unit
|
||||
protected final var property4: kotlin.String
|
||||
protected final fun <get-property4>(): kotlin.String
|
||||
protected final fun <set-property4>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
||||
protected final fun `<get-property4>`(): kotlin.String
|
||||
protected final fun `<set-property4>`(/*0*/ `<set-?>`: kotlin.String): kotlin.Unit
|
||||
public final var property5: kotlin.Int
|
||||
public final fun <get-property5>(): kotlin.Int
|
||||
public final fun <set-property5>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
public final fun `<get-property5>`(): kotlin.Int
|
||||
public final fun `<set-property5>`(/*0*/ `<set-?>`: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user