mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
type compatibility constrain: boxing is not completeness-preserving: move treatment to return constraint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Sample {
|
||||
static <T> T foo(T t) { return null; }
|
||||
|
||||
static {
|
||||
long l11 = foo(1 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user