填空题用例(答案为自由文本,按空位顺序的字符串数组)
| 31 | |
| 32 | /** 填空题用例(答案为自由文本,按空位顺序的字符串数组) */ |
| 33 | interface CompletionCase { |
| 34 | a: string; |
| 35 | blanks: number; |
| 36 | expect: string[]; |
| 37 | } |
| 38 | |
| 39 | interface Cases { |
| 40 | single: OptionCase[]; |
nothing calls this directly
no outgoing calls
no test coverage detected