I'd say you need to have it like this: fun rw(): S...
# getting-started
r
I'd say you need to have it like this: fun rw(): String { return run { while (true) { return "hello" } } }