mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
10 lines
139 B
Cap'n Proto
10 lines
139 B
Cap'n Proto
|
@0xabc4e69d23fe287e;
|
||
|
|
||
|
struct InnerStruct {
|
||
|
const constantS: Bool = false;
|
||
|
}
|
||
|
|
||
|
interface InnerInterface {
|
||
|
const constantI: Bool = false;
|
||
|
}
|