I just noticed that `@JvmName("build<IN,OUT>...
# random
e
I just noticed that
@JvmName("build<IN,OUT>")
makes one of my test fails, while with
@JvmName("build_IN_OUT")
everything is fine instead.. maybe Idea shall warn somehow the user?