Add hack to avoid stub ast mismatch when decompiling libraries built with M9 compiler

This commit is contained in:
Pavel V. Talanov
2014-12-23 16:31:44 +03:00
parent e9ebf4e3c1
commit d6881b78d2
4 changed files with 34 additions and 3 deletions
@@ -25,6 +25,7 @@ public final class JvmAbi {
* This constant is used to identify binary format (class file) versions
* If you change class file metadata format and/or naming conventions, please increase this number
*/
//TODO: remove clsStubBuilding#sortCallableStubs and this comment when abi version is increased to 20
public static final int VERSION = 19;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";