AA: add tests for PsiDeclarationAndKtSymbolEqualityChecker
This commit is contained in:
committed by
Ilya Kirillov
parent
846ab7d97b
commit
2a864b3685
@@ -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
|
||||
Reference in New Issue
Block a user