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