summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/endless_method.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/whitequark/endless_method.txt')
-rw-r--r--test/prism/fixtures/whitequark/endless_method.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/prism/fixtures/whitequark/endless_method.txt b/test/prism/fixtures/whitequark/endless_method.txt
new file mode 100644
index 0000000000..7002526229
--- /dev/null
+++ b/test/prism/fixtures/whitequark/endless_method.txt
@@ -0,0 +1,7 @@
+def foo() = 42
+
+def inc(x) = x + 1
+
+def obj.foo() = 42
+
+def obj.inc(x) = x + 1