nickheitz
11/03/2018, 9:28 AMlouiscad
11/03/2018, 10:18 AMpdvrieze
11/03/2018, 2:03 PM@JvmWildcards
annotation should only affect the generated wildcards in the class file. It should not fail. What I suspect is that the generated coroutine code does not properly take the different signatures due to @JvmWildcards
into account and thus generates the wrong method (an overload instead of an override). It is a bug, so report it on youtrack.