mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
[java-incomplete-model] Support concatenation with null-type expressions
GitOrigin-RevId: 19cdff4368ec690fb291f5eb25c381dbbba3cdd4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7b5b0bd4e4
commit
e377c6f30c
@@ -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>);
|
||||
|
||||
Reference in New Issue
Block a user