## Minimized code This code doesn't compile: ```Scala def extension(a : Int ) = 5 extension(1) ``` ## Expectation Either this compiles or we shouldn't be able to name the function `extension`