fixing broken tests (after adding special handling for CharSequence) for class reading

This commit is contained in:
Alex Tkachman
2012-01-26 08:48:24 +02:00
parent 9dd27cfd1b
commit 020fdfddb9
14 changed files with 16 additions and 16 deletions
@@ -1,3 +1,3 @@
package test
class Clock<A> where A : java.lang.Number, A : java.lang.CharSequence
class Clock<A> where A : java.lang.Number, A : java.io.Serializable