Completion of non-imported extensions in debugger for runtime receiver type

This commit is contained in:
Valentin Kipyatkov
2015-10-28 19:27:22 +03:00
parent c9048266c8
commit 0ee2b512ff
11 changed files with 57 additions and 15 deletions
@@ -0,0 +1,8 @@
fun foo(o: Any) {
<caret>val a = 1
}
// INVOCATION_COUNT: 1
// EXIST: read, write
// RUNTIME_TYPE: java.util.concurrent.locks.ReentrantReadWriteLock