summaryrefslogtreecommitdiff
path: root/test/files/run/t8933b/A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t8933b/A.scala')
-rw-r--r--test/files/run/t8933b/A.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t8933b/A.scala b/test/files/run/t8933b/A.scala
new file mode 100644
index 0000000000..d25d893c6f
--- /dev/null
+++ b/test/files/run/t8933b/A.scala
@@ -0,0 +1,4 @@
+trait MixinWithSymbol {
+ self: MotherClass =>
+ def symbolFromTrait: Any = 'traitSymbol
+}