aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr336774/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1611/pr336774/Test.java')
-rw-r--r--tests/bugs1611/pr336774/Test.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs1611/pr336774/Test.java b/tests/bugs1611/pr336774/Test.java
new file mode 100644
index 000000000..9b2e16eba
--- /dev/null
+++ b/tests/bugs1611/pr336774/Test.java
@@ -0,0 +1,5 @@
+class Test implements NodeBacked {
+ public void test() {
+ projectTo(null);
+ }
+}