sdeleuze
12/25/2018, 9:43 AM.kt
file that contains only extensions (regular functions not inlined) breaks public API in Kotlin? Second question: does changing fun whenComplete(vararg sources: Publisher<Void>) = ...
to fun whenComplete(vararg sources: Publisher<*>)
breaks public binary API?