summaryrefslogtreecommitdiffstats
path: root/tests/auto/proxy/engine.rep
blob: 797943d8befc133de8d06b6cdbc167dc524ec1ea (plain)
1
2
3
4
5
6
7
8
class Engine
{
    ENUM EngineType {Null, Gas, Electric, Hybrid};
    PROP(int cylinders = 4)
    PROP(bool started)
    PROP(int rpm)
    PROP(EngineType type)
}