With the following content, and the cursor at the end of the `requires` line, do auto-completion: ```java module foo { requires java.net.ht } ``` Actual: `requires java.net.java.net.http` Expected: `requires java.net.http`