ca52f554a1/org.scala-refactoring.library/src/test/scala/scala/tools/refactoring/tests/util/TestHelper.scala

28048e468f2f0a7b1479d2975df94b27e284e73eca52f554a13ca631512f929d8a0e10ab0cb65831
23
  type SilentTracing = common.SilentTracing
23
  type SilentTracing = common.SilentTracing
24
  type GlobalIndexes = analysis.GlobalIndexes
24
  type GlobalIndexes = analysis.GlobalIndexes
25
  type ScalaVersion = tests.util.ScalaVersion
25
  type ScalaVersion = tests.util.ScalaVersion
26
27
  implicit def stringToName(name: String): global.Name = global.newTermName(name)
26
    
28
    
27
  /**
29
  /**
28
   * A project to test multiple compilation units. Add all 
30
   * A project to test multiple compilation units. Add all