blob: 1ebb7af808e7e2713731f572493196abfec688d1 [file] [log] [blame]
class Test {
{
String regexp = "|\t";
String[] parts = "".split(regexp);
}
}