Changed the way the constraints are written in tests
SUBTYPE T Int -> T <: Int
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
VARIABLES T P E
|
||||
|
||||
SUBTYPE Int T
|
||||
SUBTYPE P String
|
||||
SUBTYPE E Fun<T, P>
|
||||
Int <: T
|
||||
P <: String
|
||||
E <: Fun<T, P>
|
||||
|
||||
Reference in New Issue
Block a user