K2: fix logic for supertypes annotation deserialization

This commit is contained in:
pyos
2022-11-09 17:42:04 +01:00
committed by Space Team
parent 456fe858a0
commit a968193349
4 changed files with 19 additions and 23 deletions
@@ -3,7 +3,7 @@
}
public abstract interface Foo<T : R|@R|test/A|() kotlin/Number|> : R|java/io/Serializable| {
public abstract interface Foo<T : R|@R|test/A|() kotlin/Number|> : R|@R|test/A|() java/io/Serializable| {
public abstract fun <E, F : R|E|> bar(): R|kotlin/Unit|
}