Workaround for appearance of PsiClass from runtime in JavaDescriptorResolver

This commit is contained in:
Natalia.Ukhorskaya
2013-04-30 21:14:40 +04:00
parent b9e5227b58
commit b88981f678
4 changed files with 27 additions and 5 deletions
@@ -0,0 +1,11 @@
/* Number of result in completion should be fixed after removing duplicates */
package first
fun firstFun() {
val a = PropertyM<caret>
}
// TIME: 1
// EXIST: PropertyMetadata@PropertyMetadata~(jet)
// EXIST: PropertyMetadataImpl@PropertyMetadataImpl~(jet)
// NUMBER: 5