aboutsummaryrefslogtreecommitdiff
path: root/bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-05-31 15:23:04 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-06-07 17:10:36 +0200
commit09b2f39731386cd5b3688d5c3badf75d956d4f6d (patch)
treed122fc0e96d6c1cd22d7e0d0b5ee523563d534e7 /bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala
parent030ff82070197f0c126f5c0287e076b0f6b6dd8d (diff)
downloaddotty-09b2f39731386cd5b3688d5c3badf75d956d4f6d.tar.gz
dotty-09b2f39731386cd5b3688d5c3badf75d956d4f6d.tar.bz2
dotty-09b2f39731386cd5b3688d5c3badf75d956d4f6d.zip
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
Diffstat (limited to 'bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala')
-rw-r--r--bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala44
1 files changed, 44 insertions, 0 deletions
diff --git a/bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala b/bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala
new file mode 100644
index 000000000..5d1b8c4db
--- /dev/null
+++ b/bridge/src/sbt-test/source-dependencies/compactify/src/main/scala/For.scala
@@ -0,0 +1,44 @@
+package somereallylongpackagenamethatwilltestsbtsanalyzer_somereallylongpackagenamethatwilltestsbtsanalyzer.somereallylongpackagenamethatwilltestsbtsanalyzer
+
+object T
+{
+ val y = List(3)
+ for(a <- y;
+ b <- y;
+ c <- y;
+ d <- y;
+ e <- y;
+ f <- y;
+ g <- y;
+ h <- y;
+ i <- y;
+ j <- y;
+ k <- y;
+ l <- y;
+ m <- y;
+ n <- y;
+ o <- y;
+ p <- y;
+ q <- y;
+ r <- y;
+ s <- y;
+ t <- y;
+ u <- y;
+ v <- y;
+ w <- y;
+ x <- y;
+ yx <- y;
+ z <- y;
+ aa <- y;
+ bb <- y;
+ cc <- y;
+ dd <- y;
+ ee <- y;
+ ff <- y;
+ gg <- y;
+ hh<- y;
+ ii <- y;
+ jj <- y;
+ kk <- y
+ ) yield a + b + c + d + e
+} \ No newline at end of file