Minor. Add 'operator' modifier in test for handleResult
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ class GeneratorController<T>() : AbstractIterator<T>() {
|
|||||||
setNextStep(c)
|
setNextStep(c)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun handleResult(result: Unit, c: Continuation<Nothing>) {
|
operator fun handleResult(result: Unit, c: Continuation<Nothing>) {
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user