One more test added
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun <T : Thread> foo(t: T) {
|
||||
t.<caret>setDaemon(true)
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun <T : Thread> foo(t: T) {
|
||||
t.isDaemon = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user