6fe52d15b4
Added few tests to Introduce Variable More strict requirements for expressions to introduce it.
8 lines
72 B
Kotlin
8 lines
72 B
Kotlin
fun a() {
|
|
<selection>1</selection>
|
|
}
|
|
/*
|
|
fun a() {
|
|
val i = 1
|
|
}
|
|
*/ |