6fe52d15b4
Added few tests to Introduce Variable More strict requirements for expressions to introduce it.
9 lines
116 B
Kotlin
9 lines
116 B
Kotlin
fun a() {
|
|
"it's a number ${<selection>1</selection>}"
|
|
}
|
|
/*
|
|
fun a() {
|
|
val i = 1
|
|
"it's a number ${i}"
|
|
}
|
|
*/ |