svoid test_tok_leftScanType() { LS tok = javaTok("a.b.c d"); assertEqualsVerbose("a", get(tok, tok_leftScanType(tok, indexOf(tok, "d")))); }