Skip to content

fix annotation when it doesn't appear first in Annot constructor

TS requested to merge better_constructor_names into next

This was a problem for e.g. KT1UUGjoCXxAxpZGNa4CpGuzmnEMjcKbV7T3

[34m[Information] Import of KT1UUGjoCXxAxpZGNa4CpGuzmnEMjcKbV7T3 successful.
[0mreplaced ../test/typescript/src/typescript_sdk/src/contract_kt1uugjocxxaxpzgna4cpguzmnemjckbv7t3_interface.ts
Successfully imported KT1.

make[1]: Entering directory '/home/factori/factori/test/typescript'
src/typescript_sdk/src/contract_kt1uugjocxxaxpzgna4cpguzmnemjckbv7t3_interface.ts(391,6): error TS2300: Duplicate identifier 'safeEntrypoints_Constructor_operator_constructor_subtype'.
src/typescript_sdk/src/contract_kt1uugjocxxaxpzgna4cpguzmnemjckbv7t3_interface.ts(392,6): error TS2300: Duplicate identifier 'safeEntrypoints_Constructor_operator_constructor_subtype'.
make[1]: *** [Makefile:18: ts] Error 2
make[1]: Leaving directory '/home/factori/factori/test/typescript'

Merge request reports