summaryrefslogtreecommitdiff
path: root/test/files/presentation/t8085b/src/p1/nodescala/NodeScalaSuite.scala
blob: f6da67bdc77e5a49a2b898bf44fb5bcaedf0c9d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package p1
package nodescala

class NodeScalaSuite {
  "".rich

  // This is here only to prove that the presentation compiler is instantiated with the
  // correct `sourcepath` value (if it wasn't, you would see a `not found: type Foo` in
  // the test's output
  println(new Foo())
}