aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/test
diff options
context:
space:
mode:
Diffstat (limited to 'sbt-bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/test')
-rw-r--r--sbt-bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/test12
1 files changed, 12 insertions, 0 deletions
diff --git a/sbt-bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/test b/sbt-bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/test
new file mode 100644
index 000000000..701b2c9a5
--- /dev/null
+++ b/sbt-bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/test
@@ -0,0 +1,12 @@
+# Tests if dependencies on implicit scope are tracked properly
+$ copy-file changes/A1.scala A.scala
+$ copy-file changes/B.scala B.scala
+$ copy-file changes/M.scala M.scala
+$ copy-file changes/C.scala C.scala
+> compile
+
+$ copy-file changes/A2.scala A.scala
+-> compile
+
+> clean
+-> compile