package pkg; public class TestStaticNameClash { public static String property; public static void setProperty(String var0) { property = var0;// 8 }// 9 } class 'pkg/TestStaticNameClash' { method 'setProperty (Ljava/lang/String;)V' { 1 6 4 7 } } Lines mapping: 8 <-> 7 9 <-> 8