Assertion failure fixed on fixpoint generics loaded from Java
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// Fixpoint generic in Java: Enum<T extends Enum<T>>
|
||||
fun test(a : annotation.RetentionPolicy) {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
java.util.Collections.emptyList()
|
||||
}
|
||||
|
||||
fun test(a : java.lang.Comparable<Int>) {
|
||||
|
||||
}
|
||||
|
||||
fun test(a : java.util.ArrayList<Int>) {
|
||||
|
||||
}
|
||||
|
||||
fun test(a : java.lang.Class<Int>) {
|
||||
|
||||
}
|
||||
|
||||
fun test(a : java.lang.Class<Int>) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user