summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/issue-82156.rs
blob: 6215259e4865740ceae2115b1de1f99f1d2735fd (plain)
1
2
3
fn main() {
    super(); //~ ERROR failed to resolve: there are too many leading `super` keywords
}