Changed the way the constraints are written in tests
SUBTYPE T Int -> T <: Int
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
VARIABLES T
|
||||
|
||||
SUBTYPE T B
|
||||
SUPERTYPE T A
|
||||
T <: B
|
||||
T >: A
|
||||
|
||||
type parameter bounds:
|
||||
T <: B, >: A
|
||||
|
||||
Reference in New Issue
Block a user