8 lines
85 B
Text
8 lines
85 B
Text
|
|
type int42(object i)
|
||
|
|
return i=42
|
||
|
|
end type
|
||
|
|
|
||
|
|
int42 i
|
||
|
|
|
||
|
|
i = 41 -- type-check failure
|