fix: 0-use etc.
This commit is contained in:
parent
ae6271aa51
commit
7302f831b0
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,9 @@ class SourceFile {
|
|||
funcResult.add(useCache.toString())
|
||||
useCache.clear() // 清空
|
||||
}
|
||||
funcResult.add("${sentence.right}-use")
|
||||
if (sentence.right in it.cParser.defineList) {
|
||||
funcResult.add("${sentence.right}-use")
|
||||
}
|
||||
}
|
||||
|
||||
DEFINE_VALUE, CHANGE_VALUE -> {
|
||||
|
|
Loading…
Reference in a new issue