Workaround for appearance of PsiClass from runtime in JavaDescriptorResolver
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user