summaryrefslogtreecommitdiff
path: root/scalaParser/src/test/resources/test.scala
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-28 00:30:53 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-28 00:30:53 -0800
commita4f1bb1d021109cce5d0f5ba5e37592b9c66a7cf (patch)
treeb626e0b23db7d03e25ba982fcfa2cb4909304fcc /scalaParser/src/test/resources/test.scala
parent25f0ce00a0826ec3fa1bc981fa275641737c23f9 (diff)
downloadhands-on-scala-js-a4f1bb1d021109cce5d0f5ba5e37592b9c66a7cf.tar.gz
hands-on-scala-js-a4f1bb1d021109cce5d0f5ba5e37592b9c66a7cf.tar.bz2
hands-on-scala-js-a4f1bb1d021109cce5d0f5ba5e37592b9c66a7cf.zip
Major refactoring, including moving a bunch of rules into narrower scopes. Most tests pass, but still one test failing in scalatexApi
Diffstat (limited to 'scalaParser/src/test/resources/test.scala')
-rw-r--r--scalaParser/src/test/resources/test.scala18
1 files changed, 3 insertions, 15 deletions
diff --git a/scalaParser/src/test/resources/test.scala b/scalaParser/src/test/resources/test.scala
index 44c60ed..3899f47 100644
--- a/scalaParser/src/test/resources/test.scala
+++ b/scalaParser/src/test/resources/test.scala
@@ -1,16 +1,4 @@
-package scalatex
-package stages
-import acyclic.file
-import org.parboiled2._
-import scalaParser.ScalaSyntax
-
-object O{
- {
- val index = 0
- i: Int => 10
- 0
- }
-
-
+object K{
+ class RTTypeTest
+ private object O
}
-