支持全局函数补全
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
type ImageDimensions = class
|
||||
property Width read width_;
|
||||
property Width : array of string index 2 read width_;
|
||||
end;
|
||||
function MyFunc(a: string; b: array of string);
|
||||
// type ImageDimensions = class
|
||||
// property Width read width_;
|
||||
// property Width : array of string index 2 read width_;
|
||||
// end;
|
||||
|
||||
// <?tslx>
|
||||
// <div class="element-data-container">
|
||||
|
||||
Reference in New Issue
Block a user