diff options
Diffstat (limited to '048typecheck.cc')
-rw-r--r-- | 048typecheck.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/048typecheck.cc b/048typecheck.cc index 090e3033..5c22a436 100644 --- a/048typecheck.cc +++ b/048typecheck.cc @@ -80,5 +80,3 @@ recipe main [ x:number <- copy 2 ] +warn: missing type in 'x <- copy 1' -+warn: x <- copy 1: reagent not initialized: x -+warn: main: size mismatch in storing to x at 'x <- copy 1' |