1 /*--------------------------------------------------------------------------*/
2 /* name : N19990310_01 */
4 /* cause : When compare string with connected strings, error. */
6 /* Message : Internal compiler error: program jc1 got */
7 /* : fatal signal 11 */
8 /*--------------------------------------------------------------------------*/
10 public class N19990310_01
{
11 public static void main(String
[] args
) {
13 if ( "Hello" == ("Hel"+"lo") ) {
16 System
.out
.println("OK");