improved test for KT-1136

This commit is contained in:
Alex Tkachman
2012-01-25 13:32:06 +02:00
parent 02c2e9d5e6
commit 1154d3dd98
@@ -1,5 +1,20 @@
import java.util.ArrayList
public object SomeObject {
private val workerThread = object : Thread() {
override fun run() {
foo()
}
}
{
workerThread.start()
}
private fun foo() : Unit {
}
}
public class SomeClass() {
class Inner {
val copy = list