Convert Object Literal to Lambda Intention: Move lambda out of parentheses when possible. Fix after-template
#KT-10778 Fixed
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
import javax.swing.SwingUtilities
|
||||
|
||||
fun bar() {
|
||||
SwingUtilities.invokeLater({ throw UnsupportedOperationException() })
|
||||
SwingUtilities.invokeLater { throw UnsupportedOperationException() }
|
||||
}
|
||||
Reference in New Issue
Block a user