Removed sorting of upper bounds in renderer.

Removed corresponding test.
This commit is contained in:
Evgeny Gerashchenko
2012-12-28 11:03:44 +04:00
parent 6fa36d330c
commit c041fc8fea
15 changed files with 11 additions and 47 deletions
@@ -1,5 +1,5 @@
package test
internal final class Clock</*0*/ A> where A : java.io.Serializable, A : java.lang.Number {
internal final class Clock</*0*/ A> where A : java.lang.Number, A : java.io.Serializable {
/*primary*/ public constructor Clock</*0*/ A>()
}
@@ -1,3 +0,0 @@
package test
class Clock<A> where A : java.io.Serializable, A : java.lang.Number
@@ -1,5 +0,0 @@
package test
internal final class Clock</*0*/ A> where A : java.io.Serializable, A : java.lang.Number {
/*primary*/ public constructor Clock</*0*/ A>()
}