Fix tests from LiveTemplatesTest

This commit is contained in:
Dmitry Gridin
2020-01-30 19:01:14 +07:00
parent cf3e4608f3
commit 66a15d23d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ fun main(args : Array<String>) {
override fun run() {
TODO("Not yet implemented")
}
},
}
)
}
+1 -1
View File
@@ -4,6 +4,6 @@ fun main(args : Array<String>) {
SwingUtilities.invokeLater(
object : Thread(<caret>) {
},
}
)
}