1

I have a class called Local in my project. Is there a way to use import "Local" so i don't have to type the class name? For example using

"Example()"

instead of

"Local.example()"?
4

2 に答える 2