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,6 +1,6 @@
package test
internal fun </*0*/ T> foo() : Unit where T : test.Bar, T : test.Foo
internal fun </*0*/ T> foo() : Unit where T : test.Foo, T : test.Bar
internal trait Bar {
}
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ A> tres() : jet.Int where A : java.io.Serializable, A : java.lang.Number
internal fun </*0*/ A> tres() : jet.Int where A : java.lang.Number, A : java.io.Serializable
@@ -1,3 +0,0 @@
package test
fun <A> cuatro() where A : java.io.Serializable, A : java.lang.Number = 1
@@ -1,3 +0,0 @@
package test
internal fun </*0*/ A> cuatro() : jet.Int where A : java.io.Serializable, A : java.lang.Number