STR
示例:
System.out.println(STR."Hello \{"world"}");
在应用快速修复后:
System.out.println(STR."Hello world");
2023.3 最新变化