summaryrefslogblamecommitdiff
path: root/test/files/run/repl-power.scala
blob: 9f70ac4b680875d2911a6608a7c688060e5546aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                      
import scala.tools.partest.ReplTest

object Test extends ReplTest {
  def code = """
:power
// guarding against "error: reference to global is ambiguous"
global.emptyValDef  // "it is imported twice in the same scope by ..."
  """.trim
}