= { ... }
例:
fun sum(a: Int, b: Int) = { a + b } // この関数の戻り値の型は '() -> Int' です。
クイックフィックスが波括弧を除去します。
fun sum(a: Int, b: Int) = a + b