summaryrefslogtreecommitdiff
path: root/tests/objects/bug541728.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/objects/bug541728.test')
-rw-r--r--tests/objects/bug541728.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/objects/bug541728.test b/tests/objects/bug541728.test
new file mode 100644
index 000000000..37fb72b61
--- /dev/null
+++ b/tests/objects/bug541728.test
@@ -0,0 +1,8 @@
+Invalid Code
+
+class Foo {
+ public string bar { get; construct; }
+}
+
+void main () {
+}