efl/src/tests/eina_cxx/simple.eo

8 lines
96 B
Plaintext

class Simple (Efl.Object)
{
data: null;
implements {
Efl.Object.constructor;
}
}