ca52f554a1/org.scala-refactoring.library/src/test/scala/scala/tools/refactoring/tests/implementations/MarkOccurrencesTest.scala

28048e468f2f0a7b1479d2975df94b27e284e73eca52f554a13ca631512f929d8a0e10ab0cb65831
302
302
303
  @Test
303
  @Test
304
  def referenceFromInside = markOccurrences("""
304
  def referenceFromInside = markOccurrences("""
305
    package referenceFromInside
305
    class /*(*/Foo/*)*/ {
306
    class /*(*/Foo/*)*/ {
306
      class Bar {
307
      class Bar {
307
        def foo = Foo.this
308
        def foo = Foo.this
...
...
309
    }
310
    }
310
    """,
311
    """,
311
    """
312
    """
313
    package referenceFromInside
312
    class /*(*/###/*)*/ {
314
    class /*(*/###/*)*/ {
313
      class Bar {
315
      class Bar {
314
        def foo = ###.this
316
        def foo = ###.this