Extract Function: Add backticks to non-identifiers and references originally surrounded in backticks
#KT-8192 Fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_DESCRIPTOR: val 0: kotlin.Int defined in test
|
||||
fun test() {
|
||||
val `0` = 0
|
||||
__dummyTestFun__(`0`)
|
||||
}
|
||||
|
||||
private fun __dummyTestFun__(`0`: Int) {
|
||||
`0`plus 1
|
||||
}
|
||||
Reference in New Issue
Block a user