式が 1 つしかない文字列テンプレートで、安全に除去できるものを報告します。

例:

  val x = "Hello"
  val y = "$x"

クイックフィックス適用後:

  val x = "Hello"
  val y = x // <== 更新後