toString() for KotlinLightClassForExplicitDeclaration
This commit is contained in:
@@ -11,6 +11,6 @@ class TestClass5 {
|
||||
}
|
||||
|
||||
// ANNOTATION: java.lang.Deprecated
|
||||
// SEARCH: JetLightClass:TestClass1, JetLightClass:TestClass2, JetLightClass:TestClass3
|
||||
// SEARCH: JetLightClass:TestClass4
|
||||
// SEARCH: JetLightClass:TestClass5.innerTestClass5
|
||||
// SEARCH: KotlinLightClass:TestClass1, KotlinLightClass:TestClass2, KotlinLightClass:TestClass3
|
||||
// SEARCH: KotlinLightClass:TestClass4
|
||||
// SEARCH: KotlinLightClass:TestClass5.innerTestClass5
|
||||
@@ -5,4 +5,4 @@ MyAnnotation("f", "s") class Test1() {}
|
||||
annotation class MyAnnotation(val first: String, val second: String)
|
||||
|
||||
// ANNOTATION: MyAnnotation
|
||||
// SEARCH: PsiMethod:test1, JetLightClass:Test1
|
||||
// SEARCH: PsiMethod:test1, KotlinLightClass:Test1
|
||||
Reference in New Issue
Block a user