summaryrefslogtreecommitdiff
path: root/test/files/run/idempotency-this.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/idempotency-this.check')
-rw-r--r--test/files/run/idempotency-this.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/idempotency-this.check b/test/files/run/idempotency-this.check
new file mode 100644
index 0000000000..08738c4565
--- /dev/null
+++ b/test/files/run/idempotency-this.check
@@ -0,0 +1,4 @@
+List()
+immutable.this.List.apply[String]("")
+Apply(TypeApply(Select(Select(This(newTypeName("immutable")), scala.collection.immutable.List), newTermName("apply")), List(TypeTree().setOriginal(Ident(newTypeName("String"))))), List(Literal(Constant(""))))
+error!