ivy/test/cont1.ivy

14 строки
127 B
XML

#lang ivy1.7
module mod = {
object obj = {
type foo
}
}
instantiate mod
object obj = { ...
var x : foo
}