This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/analyzer/typeSection/main.arf

17 lines
231 B
Plaintext

:arf
require './something'
---
type ro aBasicInt:Int 5
type ro bOnBasicInt:aBasicInt
type ro cBasicObject:Obj
ro that:UInt
ro this:Int
type ro dInheritedFromOther:something.Thing
type ro eInheritObject:cBasicObject
rw that