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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user