Examples for function names that can't be generated ```java fun toString(i:Int) = ... // conflicts with Object.toString() fun double() = ... // conflicts with the double keyword ```