mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
IJ-CR-119726 [java-highlighting] S IDEA-306108 Assignment to a variable with non-denotable type: confusing error message
- fix for quickfix - refactoring GitOrigin-RevId: aedc118f2dd67bf56391792e7cd3042a8f7f33a8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
874e9d5be8
commit
82abbe2dbb
@@ -1,6 +0,0 @@
|
||||
class TypeObject {
|
||||
void test() {
|
||||
var x = new Object() {};
|
||||
<error descr="Incompatible types. Found: 'java.lang.Object', required: 'anonymous java.lang.Object'">x = new Object()</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user