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