Commit 569b3e3
committed
JavaParsers: Java interfaces should not have the Abstract flag
The Trait and Abstract flags are not supposed to be set together, and we don't
set Abstract when deserializing Java interfaces from classfiles so we shouldn't
do it when reading them from source code either.
While we're at it, this commit also drops Flags.Trait which is implied by Flags.JavaInterface.1 parent 0298581 commit 569b3e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | | - | |
| 825 | + | |
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
| |||
0 commit comments