aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1432.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/i1432.scala')
-rw-r--r--tests/pos/i1432.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pos/i1432.scala b/tests/pos/i1432.scala
new file mode 100644
index 000000000..fb9d4c6ab
--- /dev/null
+++ b/tests/pos/i1432.scala
@@ -0,0 +1,3 @@
+object Foo {
+ val _@a = 1 // This entered in an infinite loop
+}