Consider the following: ```groovy def X = null def x = X ``` Organize Imports (Ctrl+Shift+O) tries to import a type "X" if one exists on the classpath.
Consider the following:
Organize Imports (Ctrl+Shift+O) tries to import a type "X" if one exists on the classpath.