diff --git a/compiler/testData/codegen/box/coroutines/generate.kt b/compiler/testData/codegen/box/coroutines/generate.kt index 772d114b80f..51158972a04 100644 --- a/compiler/testData/codegen/box/coroutines/generate.kt +++ b/compiler/testData/codegen/box/coroutines/generate.kt @@ -48,7 +48,7 @@ class GeneratorController() : AbstractIterator() { setNextStep(c) } - fun handleResult(result: Unit, c: Continuation) { + operator fun handleResult(result: Unit, c: Continuation) { done() } }