Escape special names with backticks in test data
#KT-51248
This commit is contained in:
committed by
Space
parent
4de9de5fc5
commit
918a91dbdf
+1
-1
@@ -14,7 +14,7 @@ package kt1806 {
|
||||
|
||||
public final class Test {
|
||||
public constructor Test()
|
||||
private final val MyObject1: kt1806.Test.MyObject1.<no name provided>
|
||||
private final val MyObject1: kt1806.Test.MyObject1.`<no name provided>`
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public final fun test2(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user