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