package Sequenic.T2ext.Analyzer; public class SimpleTargetClass0 { public int foo(int x){ if (x>0) x-- ; else x++ ; return x ; } }