**Description** Create tests for project in Intellij Idea 2021.1 with JDK 11 for the following class ```java ``` **Actual behavior** Generate code contains the following line that is not appropriate for Unix related JDKs and leads to `ClassNotFoundException` ```java Object fs = createInstance("java.io.WinNTFileSystem"); ``` **Additional context** Bug was found by Dmitry Fedrushkov wx1076228