mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
inference: fix for incomplete constructor call without argument list
EA-144940 - IAE: RecursionManager$.$$$reportNull$$$ GitOrigin-RevId: 7367e1bccdcb5d0373293e44dd8afdfb105ee311
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6faac3aca2
commit
297a96a98c
+9
@@ -0,0 +1,9 @@
|
||||
import java.lang.String;
|
||||
|
||||
class X {
|
||||
<S> X(int i){}
|
||||
<T> X(String s){}
|
||||
{
|
||||
new <caret>X
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user