aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2016-11-05 13:36:29 +0100
committerGitHub <noreply@github.com>2016-11-05 13:36:29 +0100
commita55a2607c7376ed81141ef958d6a8eeaeea8fd72 (patch)
treed872141dd714f4e9426891f82269d4c11d42f6bb /tests
parent56f6933c7d164a446daa90099ffd3ce31647f6e0 (diff)
parent8c857cd29f48c3c2badfd37a7f22e8a24929d796 (diff)
downloaddotty-a55a2607c7376ed81141ef958d6a8eeaeea8fd72.tar.gz
dotty-a55a2607c7376ed81141ef958d6a8eeaeea8fd72.tar.bz2
dotty-a55a2607c7376ed81141ef958d6a8eeaeea8fd72.zip
Merge pull request #1657 from dotty-staging/fix-#1638
Fix #1638: Don't import when typing a package clause
Diffstat (limited to 'tests')
-rw-r--r--tests/pos/i1638.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pos/i1638.scala b/tests/pos/i1638.scala
new file mode 100644
index 000000000..299905aea
--- /dev/null
+++ b/tests/pos/i1638.scala
@@ -0,0 +1,3 @@
+package util.util
+
+class C