Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8341631

JShell should auto-import java.io.IO.*

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P3 P3
    • 24
    • 23, 24
    • tools
    • None
    • b25

      When preview is enabled, JShell does:
      import module java.base;
      it should also do:
      import static java.io.IO.*;

      to be consistent with implicitly declared classes.

            jlahoda Jan Lahoda
            jlahoda Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: