Minor, fix test data

This commit is contained in:
Alexander Udalov
2015-10-31 13:52:04 +03:00
parent 25a168d2a4
commit a950f36fd7
2 changed files with 0 additions and 4 deletions
@@ -1,4 +1,3 @@
// see KT-8942
interface Trait {
fun <A, B : Runnable, E : Map.Entry<A, B>> foo() where B : Cloneable, B : Comparable<B>
}
@@ -1,6 +1,3 @@
// ERROR: 'foo' overrides nothing
// ERROR: Class 'TraitImpl' must be declared abstract or implement abstract member public abstract fun <A, B : java.lang.Runnable, E : kotlin.Map.Entry<A, B>> foo(): kotlin.Unit where B : kotlin.Cloneable, B : kotlin.Comparable<B> defined in Trait
// see KT-8942
interface Trait {
fun <A, B : Runnable, E : Map.Entry<A, B>> foo() where B : Cloneable, B : Comparable<B>
}