Extract Function: Support extraction of expressions in delegation
specifiers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
trait T
|
||||
|
||||
class A(a: Int, b: Int): T
|
||||
|
||||
class B(a: Int, b: Int): T by A(<selection>a + b</selection>, a - b)
|
||||
Reference in New Issue
Block a user