Skip to content

Commit 7b95dcf

Browse files
committed
bug fix
1 parent fa089a5 commit 7b95dcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/tang/intellij/lua/stubs/index/LuaClassMemberIndex.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ class LuaClassMemberIndex : IntStubIndexExtension<LuaClassMember>() {
8383
true
8484
}
8585
else -> {
86-
perfect = it
86+
if (perfect == null)
87+
perfect = it
8788
true
8889
}
8990
}

0 commit comments

Comments
 (0)