Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
11.2
Description
Write a buggy text block and trying to solve in editor ends up in strange behavior:
Reproduce:
Write new class variable:
public static String x = """test""";
trying to correct with line break after the first three double quotes tries to and just another double quote
public static String x = """" + "test""";
Could only be fixed in editor by writing it from scratch (correct JDK 13 syntax!).