Commits

David Farler committed 7796d780080
REVERTME: Disallow partial application of super methods except for implicit self This adds a Sema check that super methods aren't partially applied, since we are removing currying declaration syntax. Once that lands, this can be reverted and the test removed.