[java-incomplete-model] Support concatenation with null-type expressions

GitOrigin-RevId: 19cdff4368ec690fb291f5eb25c381dbbba3cdd4
This commit is contained in:
Tagir Valeev
2024-06-24 12:53:49 +02:00
committed by intellij-monorepo-bot
parent 7b5b0bd4e4
commit e377c6f30c
3 changed files with 11 additions and 2 deletions

View File

@@ -132,6 +132,10 @@ public class Simple {
Clss.Inner[] result = (Clss.Inner[]) cls.<info descr="Not resolved until the project is fully loaded">toArray</info>(12);
}
void testConcat(<info descr="Not resolved until the project is fully loaded">Cls</info> cls) {
System.out.println("hello " + cls.<info descr="Not resolved until the project is fully loaded">getSomething</info>() + "!!!");
}
static class Clss implements <info descr="Not resolved until the project is fully loaded">MyInterface</info> {
void run() {
<info descr="Not resolved until the project is fully loaded">foo</info>(<info descr="Not resolved until the project is fully loaded">bar</info>);