@BetterClient on Scratcher · 10 days ago 1h 10m 14s logged Import some import names into unqualified co ntext Before: //import import list; //use list::List<str> myList = list::newList(); After: //import import list::*; //use List<str> myList = newList();
@BetterClient on Scratcher · 10 days ago 1h 10m 14s logged Import some import names into unqualified co ntext Before: //import import list; //use list::List<str> myList = list::newList(); After: //import import list::*; //use List<str> myList = newList();
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.