Whenever I run the code below, I receive an error message reading "cannot find symbol - class Message". This is written in the world.
public void text()
{
Message msg = new Message("Go");
}

