assertEquals(15, names.get(0).beginColumn);
}
public void test3() throws Exception {
ArrayList<Object> c = new ArrayList<Object>();
commentType comment = new commentType("\r\n\r\n\n#comment with RenFoo\r\n");
comment.beginLine = 5;
comment.beginColumn = 22;
c.add(comment);
List<Name> names = ScopeAnalysis.checkComments(c, "RenFoo");