mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Java Type Migration: sensible error message for failed vararg to non-vararg conversion (IDEA-314700)
GitOrigin-RevId: f7d1722c5a852fc130b1fb55eea6b5a3aaf65ec4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0f9d5e47b7
commit
19cf134f75
@@ -7,4 +7,4 @@ Conversions:
|
||||
|
||||
New expression type changes:
|
||||
Fails:
|
||||
foo(1, 2)->int
|
||||
(1, 2)->int
|
||||
|
||||
@@ -7,6 +7,6 @@ Conversions:
|
||||
|
||||
New expression type changes:
|
||||
Fails:
|
||||
(1, 2)->java.lang.String
|
||||
1->java.lang.String
|
||||
2->java.lang.String
|
||||
foo(1, 2)->java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user