efl/src/tests/eolian/data/iface.eo

8 lines
116 B
Plaintext

interface Iface {
[[Docs for interface Iface. @since 1.66]]
methods {
foo {}
bar {}
}
}