Intentions: Implement "Introduce local variable" intention
#KT-11768 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(a: Int, b: Int) = a + b
|
||||
|
||||
fun foo() {
|
||||
foo(1 <caret>+ 2, 3 * 4)
|
||||
}
|
||||
Reference in New Issue
Block a user