summaryrefslogtreecommitdiffstats
path: root/tests/auto/proxy/engine.rep
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/proxy/engine.rep')
-rw-r--r--tests/auto/proxy/engine.rep8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/proxy/engine.rep b/tests/auto/proxy/engine.rep
new file mode 100644
index 0000000..797943d
--- /dev/null
+++ b/tests/auto/proxy/engine.rep
@@ -0,0 +1,8 @@
+class Engine
+{
+ ENUM EngineType {Null, Gas, Electric, Hybrid};
+ PROP(int cylinders = 4)
+ PROP(bool started)
+ PROP(int rpm)
+ PROP(EngineType type)
+}