Commit 4bc0680
committed
Add INVARIANT on declaring_class after method conversion
All symbols for methods should have a `declaring_class` after
conversion. This commit adds INVARIANTs for this condition on returning
from `java_bytecode_languaget::convert_single_method`, in order to
demonstrate that this condition holds.1 parent 23c30c1 commit 4bc0680
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
| 1109 | + | |
| 1110 | + | |
1109 | 1111 | | |
1110 | 1112 | | |
1111 | 1113 | | |
| |||
1124 | 1126 | | |
1125 | 1127 | | |
1126 | 1128 | | |
| 1129 | + | |
1127 | 1130 | | |
1128 | 1131 | | |
1129 | 1132 | | |
| |||
1147 | 1150 | | |
1148 | 1151 | | |
1149 | 1152 | | |
| 1153 | + | |
1150 | 1154 | | |
1151 | 1155 | | |
1152 | 1156 | | |
| |||
0 commit comments