func test(): var integer := 1 print(integer as Array) print(integer as Node) var object := RefCounted.new() print(object as int)