improvements after review in constraint system tests

This commit is contained in:
Svetlana Isakova
2014-01-31 18:52:34 +04:00
parent 4c1c9f8407
commit 2ebe8fd6a2
4 changed files with 25 additions and 20 deletions
@@ -1,7 +1,7 @@
VARIABLES T
SUBTYPE T Int
SUBTYPE T String !
SUBTYPE T String weak
type parameter bounds:
T <: jet.Int(SPECIAL), <: jet.String(TYPE_BOUND_POSITION(0))