07ff53d456
otherwise I have to rollback dozens of files after using sed that follows conventions
24 lines
510 B
Plaintext
24 lines
510 B
Plaintext
// +JDK
|
|
|
|
// Fixpoint generic in Java: Enum<T extends Enum<T>>
|
|
fun test(<!UNUSED_PARAMETER!>a<!> : annotation.RetentionPolicy) {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
java.util.Collections.<!TYPE_INFERENCE_FAILED!>emptyList()<!>
|
|
val <!UNUSED_VARIABLE!>a<!> : java.util.Collection<String>? = java.util.Collections.emptyList()
|
|
}
|
|
|
|
fun test(<!UNUSED_PARAMETER!>a<!> : java.lang.Comparable<Int>) {
|
|
|
|
}
|
|
|
|
fun test(<!UNUSED_PARAMETER!>a<!> : java.util.ArrayList<Int>) {
|
|
|
|
}
|
|
|
|
fun test(<!UNUSED_PARAMETER!>a<!> : java.lang.Class<Int>) {
|
|
|
|
}
|