mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
inference for non-poly expressions: isAssignable already contains loose context inside, don't allow any additional conversions (IDEA-152694)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
|
||||
{
|
||||
pair<error descr="'pair(byte)' in 'Test' cannot be applied to '(int)'">(2)</error>;
|
||||
}
|
||||
|
||||
static <T> void pair( byte b) {}
|
||||
}
|
||||
Reference in New Issue
Block a user