[Nice-commit] Nice/src/mlsub/typing MonotypeConstructor.java,1.14,1.15
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-26 12:41:53
|
Update of /cvsroot/nice/Nice/src/mlsub/typing
In directory sc8-pr-cvs1:/tmp/cvs-serv22595/src/mlsub/typing
Modified Files:
MonotypeConstructor.java
Log Message:
Added more debuging info.
Index: MonotypeConstructor.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/mlsub/typing/MonotypeConstructor.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** MonotypeConstructor.java 7 Oct 2002 12:34:46 -0000 1.14
--- MonotypeConstructor.java 26 Apr 2003 12:41:50 -0000 1.15
***************
*** 124,128 ****
return;
else
! throw new Error("SetKind in " + this);
}
--- 124,128 ----
return;
else
! throw new Error("SetKind in " + this +": " + value + " != " + tc.variance);
}
|