Before writing a Feedback I would like to ask a question:
Within IDE I Iove Folders. Today I think I found a bug in the IDE. It’s easy to replicate:
- Create an new Empty Project
- Create a new Class with name “Example”
- Create a Folder with name “Example” and put the class into this folder
this works (and should work cause a folder is nothing for the compiler)
But if you swap 2 and 3 and create a folder first and a class with the same name afterwards the IDE says: No, duplicate name.
Is this a bug or feature?
Should I file this?