Commit e493bea1 authored by qq_38816927's avatar qq_38816927

测试用法

parent 1e6d01dc
import {testFindUsages} from "./Index"
export function testUse1(): void {
testFindUsages()
}
\ No newline at end of file
import {testFindUsages} from "./Index"
export function testUse2(): void {
testFindUsages()
}
import {testFindUsages} from "./Index"
export function testUse3(): void {
testFindUsages()
}
\ No newline at end of file
...@@ -111,5 +111,13 @@ function testRepair(){ ...@@ -111,5 +111,13 @@ function testRepair(){
} }
//测试Find Usages
export function testFindUsages(){
//测试引用
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment