<@U09229ZF0>: I just found that the line `public i...
# announcements
s
@hhariri: I just found that the line
public inline fun <A, T : Any> ((A) -> T).toProvider(arg: A): () -> T = { invoke(arg) }
makes the compiler crash with a
java.lang.UnsupportedOperationException: Don't render receiver parameters
. The crash goes away if I remove the inline. Is it a known bug or should I file an issue ?