Searched defs:unrecognized (Results 1 – 2 of 2) sorted by relevance
23 …private fun unrecognized(i: AbstractInsnNode): Nothing = abort("Unrecognized operation ${i.toText(… in abort() method in kotlinx.atomicfu.transformer.FlowAnalyzer
3325 def test_unrecognized_extension(self, backend, unrecognized): argument