Added test for auto-import fix in code fragment

This commit is contained in:
Valentin Kipyatkov
2015-10-29 15:04:33 +03:00
parent ce50a27af0
commit 61fc3e7705
7 changed files with 94 additions and 8 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
import java.util.concurrent.locks.*
fun foo(lock: ReentrantReadWriteLock) {
<caret>val v = 1
}