class TestCase::CompileError::CallMethod::ClassNotFound {
static method main : int () {
NotFoundClass->foo();
}
}
class TestCase::CompileError::CallMethod::ClassNotFound {
static method main : int () {
NotFoundClass->foo();
}
}