From 09b2f39731386cd5b3688d5c3badf75d956d4f6d Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 31 May 2016 15:23:04 +0200 Subject: Make the dotty-bridge sbt project a subproject of dotty Note that the dotty-bridge tests will not be run automatically by `test` which is short for `dotty/test`, to run the dotty-bridge tests, do in sbt: > dotty-bridge/test > dotty-bridge/scripted Original history: https://github.com/smarter/dotty-bridge/commits/master --- bridge/src/sbt-test/source-dependencies/type-alias/A.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bridge/src/sbt-test/source-dependencies/type-alias/A.scala (limited to 'bridge/src/sbt-test/source-dependencies/type-alias/A.scala') diff --git a/bridge/src/sbt-test/source-dependencies/type-alias/A.scala b/bridge/src/sbt-test/source-dependencies/type-alias/A.scala new file mode 100644 index 000000000..c0c8794a7 --- /dev/null +++ b/bridge/src/sbt-test/source-dependencies/type-alias/A.scala @@ -0,0 +1,4 @@ +object A { + type X = Option[Int] +} + -- cgit v1.2.3