blob: 987eee3272b589c0a9bdcbaf2383b5032b2f8826 [file] [log] [blame]
class Foo {
Foo() {}
operator/ (): super() {}
Foo(){}
.
operator/ (): super() {}
foo() {}
operator/ (): super() {}
foo(){}
.
operator/ (): super() {}
}