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