Change Signature: Update enum entries w/o delegation specifier when changing signature of enum class constructor
#KT-5978 Fixed
This commit is contained in:
@@ -332,6 +332,10 @@ public class JetPsiFactory(private val project: Project) {
|
||||
return createArgumentWithName(null, argumentExpression)
|
||||
}
|
||||
|
||||
public fun createDelegatorToSuperCall(text: String): JetDelegatorToSuperCall {
|
||||
return createClass("class A: $text").getDelegationSpecifiers().first() as JetDelegatorToSuperCall
|
||||
}
|
||||
|
||||
public inner class IfChainBuilder() {
|
||||
private val sb = StringBuilder()
|
||||
private var first = true
|
||||
|
||||
Reference in New Issue
Block a user