efl/src/tests/eina_cxx/simple.eo

8 lines
102 B
Plaintext

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