tests changes after collections mapping
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
trait Trait {
|
||||
fun <A, B : Runnable, E : java.util.Map.Entry<A, B>> foo() where B : Cloneable, B : Comparable<B>;
|
||||
fun <A, B : Runnable, E : Map.Entry<A, B>> foo() where B : Cloneable, B : Comparable<B>;
|
||||
}
|
||||
|
||||
class TraitImpl : Trait {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user