toString() for KotlinLightClassForExplicitDeclaration

This commit is contained in:
Andrey Breslav
2012-12-28 20:19:08 +04:00
parent 4b4a9eb6c9
commit 7f051e38e5
6 changed files with 17 additions and 7 deletions
@@ -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