Complete private members from libraries in Evaluate Expression dialog

This commit is contained in:
Natalia Ukhorskaya
2016-03-14 18:31:59 +03:00
parent 26c153639a
commit b79aa13242
5 changed files with 22 additions and 1 deletions
@@ -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