salomonbrys
10/13/2015, 9:24 AMpublic 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 ?