FIR IDE: use CallableId for KtCallableSymbol instead of FqName

This commit is contained in:
Ilya Kirillov
2021-03-22 17:56:29 +01:00
parent f66a155683
commit 6f887896ff
55 changed files with 309 additions and 234 deletions
@@ -3,4 +3,4 @@ fun call() {
javaClass.<selection>javaMethod()</selection>
}
// CALL: KtFunctionCall: targetFunction = JavaClass.javaMethod(): kotlin.Unit
// CALL: KtFunctionCall: targetFunction = /JavaClass.javaMethod(): kotlin.Unit