aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/idempotency-this.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/idempotency-this.check')
-rw-r--r--tests/disabled/macro/run/idempotency-this.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/idempotency-this.check b/tests/disabled/macro/run/idempotency-this.check
new file mode 100644
index 000000000..88b8288ad
--- /dev/null
+++ b/tests/disabled/macro/run/idempotency-this.check
@@ -0,0 +1,4 @@
+List()
+List.apply[String]("")
+Apply(TypeApply(Select(Ident(scala.collection.immutable.List), TermName("apply")), List(TypeTree().setOriginal(Select(Ident(scala.Predef), TypeName("String"))))), List(Literal(Constant(""))))
+List()