package E;
import org.junit.Test;
public class EDemo{// define a globe type ,they can't been saw in static method
@Test
public void test(){
System.out.println(testE("string test"));
/*
* useGlobe("String");
*
* when K been defined in globe ,why can't use the sentence
*/
}
public