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