I understand this more clearly now… the getWorl...
# getting-started
e
I understand this more clearly now… the getWorld() method added to the java class that I’m adding an extension method too… since there is a getWorld()… then world is a property to that getter within the extension method. Does that mean… any class that has a variable named “com” will be a pain to add extension methods too — because you couldn’t reference any class that had the word “com” in its fully qualified package name?