Closed JohnCoene closed 2 months ago
Check type on $ and [, and [[
$
[
[[
type person: object { name: char } func create(name: int): person { let p: person = create() p$name = name # should fail wrong type return p }
Also check that the attributes exists here!
Check type on
$
and[
, and[[