Rename LabelOwner into ReturnLabelOwner
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ class IrExpressionLambdaImpl(
|
||||
override val isExtensionLambda: Boolean
|
||||
) : ExpressionLambda(typeMapper, isCrossInline), IrExpressionLambda {
|
||||
|
||||
override fun isMyLabel(name: String): Boolean {
|
||||
override fun isReturnFromMe(labelName: String): Boolean {
|
||||
//TODO("not implemented")
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user