KT-1389 Ctrl-Alt-B on class declaration does not work - Include location part into test data

#KT-1389 In Progress
This commit is contained in:
Nikolay Krasko
2012-08-16 16:53:12 +04:00
parent 5d1a488312
commit 60b20374da
3 changed files with 18 additions and 9 deletions
@@ -6,6 +6,6 @@ open class TestOther : <caret>Test()
class TestOtherMore : TestOther()
// REF: Test
// REF: TestOther
// REF: TestOtherMore
// REF: (testing).Test
// REF: (testing).TestOther
// REF: (testing).TestOtherMore
@@ -6,5 +6,5 @@ open class TestOther : Test()
class TestOtherMore : TestOther()
// REF: TestOtherMore
// REF: TestOther
// REF: (testing).TestOther
// REF: (testing).TestOtherMore