blob: 3fc6aff5b03bf94ca2450a22bb356fb1b162693b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- Test -fwarn-type-errors
-- This test shows how each error is printed at runtime
:l ../../typecheck/should_run/Defer01
t5624
print a
print (b B)
print (c (C2 True))
print (d ())
print f
print (h ())
print (i ())
print j
print (k 2)
l
|