K2: fix logic for supertypes annotation deserialization
This commit is contained in:
Vendored
+1
-1
@@ -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|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user