aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7617b/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7617b/Test_2.scala')
-rw-r--r--tests/pending/run/t7617b/Test_2.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/pending/run/t7617b/Test_2.scala b/tests/pending/run/t7617b/Test_2.scala
deleted file mode 100644
index 0ce77a1c7..000000000
--- a/tests/pending/run/t7617b/Test_2.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-import scala.language.dynamics
-import language.experimental.macros
-
-class C extends Dynamic {
- def updateDynamic(name: String)(value: Any): Unit = macro Macros.impl
-}
-
-object Test extends dotty.runtime.LegacyApp {
- val c = new C
- c.foo = 2
-} \ No newline at end of file