Remove rest of whitespace on override or implement to insert generated at caret offset
This commit is contained in:
@@ -2,8 +2,7 @@ import javax.swing.SwingUtilities
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
SwingUtilities.invokeLater(object : Runnable {
|
||||
|
||||
<caret> override fun run() {
|
||||
override fun run() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user