Test data fixed according to 73ab7a9a341913f4f28634aee7f05a8df5fc17fd
This commit is contained in:
@@ -3,7 +3,7 @@ import javax.swing.SwingUtilities
|
|||||||
fun main(args : Array<String>) {
|
fun main(args : Array<String>) {
|
||||||
SwingUtilities.invokeLater(object : Runnable {
|
SwingUtilities.invokeLater(object : Runnable {
|
||||||
|
|
||||||
<caret> public override fun run() {
|
<caret> override fun run() {
|
||||||
throw UnsupportedOperationException()
|
throw UnsupportedOperationException()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user