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 Producer<P>
|
||||
SUBTYPE P Producer<E>
|
||||
SUBTYPE E Producer<P>
|
||||
T <: Producer<P>
|
||||
P <: Producer<E>
|
||||
E <: Producer<P>
|
||||
|
||||
type parameter bounds:
|
||||
T <: Producer<P>*, <: Producer<Producer<E>>*, <: Producer<Producer<Producer<P>>>*
|
||||
|
||||
Reference in New Issue
Block a user