Complete private members from libraries in Evaluate Expression dialog
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import java.io.File
|
||||
|
||||
class MyFile : File("file") {
|
||||
private val privateField = 0
|
||||
}
|
||||
|
||||
fun foo(f: MyFile) {
|
||||
val a = 1<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: privateField
|
||||
// EXIST: prefixLength
|
||||
Reference in New Issue
Block a user