This commit is contained in:
inotia00
2024-05-13 12:36:51 +09:00
parent 1f744e083d
commit 1edae35081

View File

@ -17,7 +17,7 @@ internal object EndpointUrlBuilderFingerprint : MethodFingerprint(
opcodes = listOf( opcodes = listOf(
Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_VIRTUAL,
Opcode.MOVE_RESULT_OBJECT, Opcode.MOVE_RESULT_OBJECT,
Opcode.INVOKE_VIRTUAL, // Uri.toString(String formatStreamData) Opcode.INVOKE_VIRTUAL, // Uri.toString()
Opcode.MOVE_RESULT_OBJECT, Opcode.MOVE_RESULT_OBJECT,
), ),
strings = listOf("asig"), strings = listOf("asig"),