Extract Function: Add support of initializer expressions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
class A(val n: Int) {
|
||||
fun foo(a: Int, b: Int) = <selection>a + b - n</selection> - 1
|
||||
}
|
||||
Reference in New Issue
Block a user