This reverts commit 6fdad652be0d6143e75eed241e3a4854cad5bfef.
@@ -0,0 +1 @@
+abstract A(String) {}
@@ -0,0 +1,5 @@
+import pack.B;
+
+class Main {
+}
+--display Main.hx@0@resolve@A
@@ -0,0 +1,3 @@
+<list>
+<pos>$$normPath(::cwd::/A.hx):1: characters 0-8</pos>
+</list>
+--display Main.hx@0@resolve@C
+<pos>$$normPath(::cwd::/pack/B.hx):3: characters 0-5</pos>
+package pack;
+class C {}