Support 'interceptResume' operator in frontend

#KT-14891 In Progress
This commit is contained in:
Denis Zharkov
2016-11-15 17:28:18 +03:00
parent 99bfbd0a26
commit 5276c3c755
8 changed files with 141 additions and 5 deletions
@@ -71,4 +71,7 @@ object OperatorModifierChecker {
}
private val COROUTINE_OPERATOR_NAMES =
setOf(OperatorNameConventions.COROUTINE_HANDLE_RESULT, OperatorNameConventions.COROUTINE_HANDLE_EXCEPTION)
setOf(OperatorNameConventions.COROUTINE_HANDLE_RESULT,
OperatorNameConventions.COROUTINE_HANDLE_EXCEPTION,
OperatorNameConventions.COROUTINE_INTERCEPT_RESUME
)