E.g. given your imaginary syntax ``` override cla...
# language-proposals
o
E.g. given your imaginary syntax
Copy code
override class Int: Addable<Int>
What is the scope and visibility of such a declaration? Can I declare it inside a class? Inside a function?