FIR deserializer: apply attributes on type parameter-based types

#KT-62578 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-10-16 13:33:35 +02:00
committed by Space Team
parent 1d95927582
commit 4ed7504d87
20 changed files with 108 additions and 34 deletions
@@ -4,6 +4,6 @@
}
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|
public abstract fun <E, F : R|@R|test/A|() E|> bar(): R|kotlin/Unit|
}
@@ -4,6 +4,6 @@
}
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|
public abstract fun <E, F : R|@R|test/A|() E|> bar(): R|kotlin/Unit|
}
@@ -4,6 +4,6 @@
}
public abstract interface Foo<T : R|@R|test/A|() kotlin/Number|> : R|@R|test/A|() kotlin/io/Serializable| {
public abstract fun <E, F : R|E|> bar(): R|kotlin/Unit|
public abstract fun <E, F : R|@R|test/A|() E|> bar(): R|kotlin/Unit|
}