STR 템플릿에서 자명한 리터럴이나 빈 표현식과 같이 불필요한 임베디드 표현식을 보고합니다.

예:


  System.out.println(STR."Hello \{"world"}");

빠른 수정을 적용한 후:


  System.out.println(STR."Hello world");

2023.3의 새로운 기능