Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] With changes for inlining #isJavaIdentifierStart/Part in scanner, following no longer compile

It was working with Scanner rev. 1.137.

__________________

(since bugzilla is down)

The following doesn't compile, and seems it should:
public class X {
    int
\ud800\udc05\ud800\udc04\ud800\udc03\ud800\udc02\ud800\udc01\ud800\udc00;
    void foo() {
        int
\ud800\udc05\ud800\udc04\ud800\udc03\ud800\udc02\ud800\udc01\ud800\udc00;
    }
}



Back to the top