import java.lang.reflect.Field;
import java.lang.reflect.Type;

public class JI9044837 {

	public static void main(String[] args) throws ClassNotFoundException, NoSuchFieldException, SecurityException {
		Class<?> type = Class.forName("akka.stream.scaladsl.Sink$$anon$1"); 
		Field field = type.getDeclaredField("akka$stream$scaladsl$Sink$$anon$$in"); 
		Type fieldType = field.getGenericType(); 
		System.out.println(fieldType); 
	}

}
