langtools/test/tools/javac/T6406771.java
changeset 44573 245bb4e6f983
parent 40308 274367a99f98
equal deleted inserted replaced
44505:d534f4b43d26 44573:245bb4e6f983
     9 
     9 
    10 // WARNING: White-space and layout is important in this file, especially tab characters.
    10 // WARNING: White-space and layout is important in this file, especially tab characters.
    11 // Editing the imports and other leading text may affect the golden text in the tests field.
    11 // Editing the imports and other leading text may affect the golden text in the tests field.
    12 // Also beware of scripts that auto-expand tabs to spaces.
    12 // Also beware of scripts that auto-expand tabs to spaces.
    13 
    13 
       
    14 
       
    15 
    14 import java.io.*;
    16 import java.io.*;
    15 import java.lang.reflect.Layer;
       
    16 import java.lang.reflect.Module;
       
    17 import java.util.*;
    17 import java.util.*;
    18 import javax.annotation.processing.*;
    18 import javax.annotation.processing.*;
    19 import javax.lang.model.*;
    19 import javax.lang.model.*;
    20 import javax.lang.model.element.*;
    20 import javax.lang.model.element.*;
    21 import javax.tools.*;
    21 import javax.tools.*;