KT-57491 Prefix context receivers with $context_receiver_
This commit is contained in:
committed by
Space Team
parent
f3592088fe
commit
0e6da53af8
@@ -64,5 +64,5 @@ object NameUtils {
|
||||
|
||||
@JvmStatic
|
||||
fun contextReceiverName(index: Int): Name =
|
||||
Name.identifier("_context_receiver_$index")
|
||||
Name.identifier("\$context_receiver_$index")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user