One more test added

This commit is contained in:
Valentin Kipyatkov
2015-08-12 16:41:13 +03:00
parent 1fd4d4fe11
commit 6fcb75cfb5
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
fun <T : Thread> foo(t: T) {
t.<caret>setDaemon(true)
}
@@ -0,0 +1,6 @@
// WITH_RUNTIME
fun <T : Thread> foo(t: T) {
t.isDaemon = true
}