AA: add tests for PsiDeclarationAndKtSymbolEqualityChecker

This commit is contained in:
Jinseong Jeon
2022-08-09 02:13:47 -07:00
committed by Ilya Kirillov
parent 846ab7d97b
commit 2a864b3685
7 changed files with 45 additions and 1 deletions
@@ -0,0 +1,5 @@
// WITH_STDLIB
fun box() {
"with default".capital<caret>ize()
}
@@ -0,0 +1,2 @@
Resolved to:
PsiMethod:capitalize($this$capitalize: PsiType:String): PsiType:String
@@ -0,0 +1,5 @@
// WITH_STDLIB
fun box() {
"without default".capital<caret>ize(Locale.US)
}
@@ -0,0 +1,2 @@
Resolved to:
PsiMethod:capitalize($this$capitalize: PsiType:String, locale: PsiType:Locale): PsiType:String
@@ -1,2 +1,2 @@
Resolved to:
PsiMethod:TODO
PsiMethod:TODO(reason: PsiType:String): PsiType:Void