-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 5.0
-
Component/s: tools
This is valid according to JLS3:
class Test {
void test(Float f, Integer i) {
boolean b = f == i;
}
}
The compiler does not accept it.
###@###.### 2004-08-04
class Test {
void test(Float f, Integer i) {
boolean b = f == i;
}
}
The compiler does not accept it.
###@###.### 2004-08-04