summaryrefslogtreecommitdiff
path: root/test/files/pos/t6204-a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6204-a.scala')
-rw-r--r--test/files/pos/t6204-a.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/pos/t6204-a.scala b/test/files/pos/t6204-a.scala
new file mode 100644
index 0000000000..bd8d5c437e
--- /dev/null
+++ b/test/files/pos/t6204-a.scala
@@ -0,0 +1,9 @@
+import scala.reflect.runtime.universe._
+
+object Bish {
+ def m {
+ object Bash {
+ typeOf[Option[_]]
+ }
+ }
+} \ No newline at end of file