I've just converted part of my code from `Stream`s to `Sequence`s` and now I have a single place, where I want to call it from Java/Groove. For that I want to convert it back to stream, but for some unknown reason IDEA does not allow me to use
StreamsKt.asStream()
static method. It finds it alright, but than it is just written in red and could not be used.