History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-916
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marcus Griep
Reporter: Marcus Griep
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Types marked 'static' should warn about redundant use of static on types marked static; disallow 'abstract final' combination

Created: 14/Nov/07 09:58 PM   Updated: 16/Nov/07 11:15 PM
Component/s: Compiler
Affects Version/s: 0.8
Fix Version/s: 0.8.1

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
This should warn:
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()


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marcus Griep - 14/Nov/07 10:26 PM
Revision 2753

Marcus Griep - 16/Nov/07 11:15 PM
Revision 2755