例:
val x: String x = System.getProperty("")
クイックフィックスを使用すると、対象の宣言が代入式と結合されます。
val x = System.getProperty("")