Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93f6b23

Browse files
committed
Kotlin: Revert some now-unnecessary changes to dbscheme
1 parent 7eebf81 commit 93f6b23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/ql/lib/config/semmlecode.dbscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ javadocText(
905905
@classorarray = @class | @array;
906906
@type = @primitive | @reftype;
907907
@callable = @method | @constructor;
908-
@element = @file | @package | @primitive | @classorinterface | @method | @constructor | @modifier | @param | @exception | @field |
908+
@element = @file | @package | @primitive | @class | @interface | @method | @constructor | @modifier | @param | @exception | @field |
909909
@annotation | @boundedtype | @array | @localvar | @expr | @stmt | @import | @fielddecl;
910910

911911
@modifiable = @member_modifiable| @param | @localvar ;
@@ -914,7 +914,7 @@ javadocText(
914914

915915
@member = @method | @constructor | @field | @reftype ;
916916

917-
@locatable = @file | @classorinterface | @fielddecl | @field | @constructor | @method | @param | @exception
917+
@locatable = @file | @class | @interface | @fielddecl | @field | @constructor | @method | @param | @exception
918918
| @boundedtype | @typebound | @array | @primitive
919919
| @import | @stmt | @expr | @whenbranch | @localvar | @javadoc | @javadocTag | @javadocText
920920
| @xmllocatable | @ktcomment;

0 commit comments

Comments
 (0)