static class Test: static Foo as int
This should not compile:
abstract final class Test: def Blah(): print "Blah" static def Foo(): print "Foo" Test.Foo()