summaryrefslogtreecommitdiff
path: root/test/files/positions/SyntheticNonSynthetic1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/positions/SyntheticNonSynthetic1.scala')
-rw-r--r--test/files/positions/SyntheticNonSynthetic1.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/positions/SyntheticNonSynthetic1.scala b/test/files/positions/SyntheticNonSynthetic1.scala
new file mode 100644
index 0000000000..0d87c8ae79
--- /dev/null
+++ b/test/files/positions/SyntheticNonSynthetic1.scala
@@ -0,0 +1,3 @@
+object SyntheticNonSynthetic1 {
+ val foo : List[Class[_ <: Throwable]] = Nil
+}