FIR deserializer: apply attributes on type parameter-based types
#KT-62578 Fixed
This commit is contained in:
committed by
Space Team
parent
1d95927582
commit
4ed7504d87
Vendored
+1
-1
@@ -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|
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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|
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user