AbstractSearcherTest: check member kind in test data not the psi implementation class

It is not what should be tested in this test
This commit is contained in:
Pavel V. Talanov
2015-10-30 19:05:48 +03:00
parent 78bb44850d
commit ce4a950697
10 changed files with 37 additions and 26 deletions
@@ -1,4 +1,4 @@
class A: Object() {}
// CLASS: java.lang.Object
// SEARCH: KotlinLightClass:A
// SEARCH: class:A
@@ -3,4 +3,4 @@ class A: Base() {}
open class Base() {}
// CLASS: Base
// SEARCH: KotlinLightClass:A
// SEARCH: class:A