Completion of non-imported extensions in debugger for runtime receiver type
This commit is contained in:
+8
@@ -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
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
o.<caret>
|
||||
Reference in New Issue
Block a user