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"
|
||||||
|
}
|
||||||
@@ -185,4 +185,8 @@ public class PropertyGenTest extends CodegenTestCase {
|
|||||||
public void testKt1170() throws Exception {
|
public void testKt1170() throws Exception {
|
||||||
blackBoxFile("regressions/kt1170.kt");
|
blackBoxFile("regressions/kt1170.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testKt1159() throws Exception {
|
||||||
|
blackBoxFile("regressions/kt1159.kt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user