[AA] an expression in delegated super entry is used as expression
^KT-65665 fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
interface I
|
||||
class Delegating : I by <expr>compoundDelegate()</expr>
|
||||
fun compoundDelegate(): I {
|
||||
return object : I {}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
expression: CALL_EXPRESSION
|
||||
text: compoundDelegate()
|
||||
isUsedAsExpression: true
|
||||
Reference in New Issue
Block a user