#$ Basic typeclass with instance with environment. # 489 class MyAsInt to-int (self _) -> I32 m = 69 inst MyAsInt I32 to-int (self I32) -> I32 return self + m println(to-int(420))