The compiler doesn't have a problem with you creat...
# getting-started
r
The compiler doesn't have a problem with you creating the extension, but it will tell you it's never used. (The compiler actually converts the extension function to a
public static getOrderedProducts(Customer customer)
call in Java)