Escape special names with backticks in test data
#KT-51248
This commit is contained in:
committed by
Space
parent
4de9de5fc5
commit
918a91dbdf
+1
-1
@@ -3,7 +3,7 @@ package test
|
||||
public final class B : test.X, test.Y {
|
||||
/*primary*/ public constructor B(/*0*/ a: test.X)
|
||||
public final val a: test.X
|
||||
public final fun <get-a>(): test.X
|
||||
public final fun `<get-a>`(): test.X
|
||||
public open override /*2*/ fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user