10 lines
139 B
Cap'n Proto
Raw Normal View History

@0xabc4e69d23fe287e;
struct InnerStruct {
const constantS: Bool = false;
}
interface InnerInterface {
const constantI: Bool = false;
}