1 class C { a()2 public String a() { 3 return @"c:\"; 4 } 5 // this tag is missing in ctags 5.6 b()6 public void b() { 7 } 8 } 9