aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t8187.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t8187.scala')
-rw-r--r--tests/pending/pos/t8187.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pending/pos/t8187.scala b/tests/pending/pos/t8187.scala
new file mode 100644
index 000000000..84b8cd0f4
--- /dev/null
+++ b/tests/pending/pos/t8187.scala
@@ -0,0 +1,6 @@
+import scala.reflect.runtime.universe._
+
+object Test extends App {
+ val tyn: TypeName = (??? : TypeSymbol).name
+ val ten: TermName = (??? : TermSymbol).name
+}