KT-1159 test for obsolete issue
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
public object RefreshQueue {
|
||||
private val workerThread: Thread = Thread(object : Runnable {
|
||||
override fun run() {
|
||||
workerThread.isInterrupted()
|
||||
}
|
||||
});
|
||||
|
||||
{
|
||||
workerThread.start()
|
||||
}
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
RefreshQueue
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user