summaryrefslogtreecommitdiff
path: root/test/files/pos/t7232d/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t7232d/Test.scala')
-rw-r--r--test/files/pos/t7232d/Test.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t7232d/Test.scala b/test/files/pos/t7232d/Test.scala
new file mode 100644
index 0000000000..89a8063b3c
--- /dev/null
+++ b/test/files/pos/t7232d/Test.scala
@@ -0,0 +1,4 @@
+object Test {
+ import pack._
+ Foo.mapEntry().getKey()
+}