Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
In the following class definition:
class Foo : OutputStream { }
the parser complains about "class," but the problem is the :, which is C++ syntax; it should be "extends."