RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]
Jim Laskey
jlaskey at openjdk.org
Thu Nov 17 13:13:52 UTC 2022
On Wed, 16 Nov 2022 19:04:04 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Wrong line separator
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java line 1487:
>
>> 1485: if (typeArgs != null) return illegal();
>> 1486: t = stringTemplate(t);
>> 1487: typeArgs = null;
>
> `typeArgs = null;` is unnecessary here, correct?
Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the compiler-dev
mailing list