summaryrefslogtreecommitdiff
path: root/test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala
blob: 45e43c7afb7bf416ded58869feb2bbdfbadf1fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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())
}