Simplify the test case. Also, spam both my and Sam's inboxes.
svn: r18171
This commit is contained in:
parent
38522f0dca
commit
f8d5234148
|
@ -4322,10 +4322,7 @@
|
|||
(class object% (super-new) (define/public (m x) (zero? x)))
|
||||
'pos
|
||||
'neg)]
|
||||
[d% (contract (class/c [m (-> any/c boolean?)])
|
||||
(class c% (super-new) (define/override (m) (super m 5)))
|
||||
'pos
|
||||
'neg)])
|
||||
[d% (class c% (super-new) (define/override (m) (super m 5)))])
|
||||
(send (new d%) m)))
|
||||
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue
Block a user