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