File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -591,6 +591,12 @@ imports(
591591 int kind: int ref
592592);
593593
594+ moduleImportDeclarations(
595+ unique int id: @moduleimportdeclaration,
596+ int holder: @classorinterfaceorpackage ref,
597+ string moduleName: string ref
598+ );
599+
594600#keyset[parent,idx]
595601stmts(
596602 unique int id: @stmt,
@@ -1025,7 +1031,7 @@ javadocText(
10251031 @locatableElement;
10261032
10271033@locatableElement = @file | @primitive | @classorinterface | @method | @constructor | @param | @exception | @field |
1028- @boundedtype | @array | @localvar | @expr | @stmt | @import | @fielddecl | @kt_type | @kt_type_alias |
1034+ @boundedtype | @array | @localvar | @expr | @stmt | @import | @moduleimportdeclaration | @ fielddecl | @kt_type | @kt_type_alias |
10291035 @kt_property;
10301036
10311037@modifiable = @member_modifiable| @param | @localvar | @typevariable;
You can’t perform that action at this time.
0 commit comments