I also came across this (#602).

Test case:
=====================================================
/**/
public class Test {
    public static void main(String[] args) {
        System.out.println("hello!");
    }
}
=====================================================

Result: the whole program text interpreted as comment.


Timur Zambalayev


>
> When using empty block comments "/**/" all following text down to the next
> non-empty block comment is also interpreted as comment.
>
> Best regards,
>  Anuan.


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to