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

Key: BOO-917
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

Interfaces can be marked final.

Created: 14/Nov/07 10:10 PM   Updated: 14/Nov/07 10:29 PM
Component/s: Compiler
Affects Version/s: 0.8
Fix Version/s: 0.8.1

Time Tracking:
Not Specified


 Description  « Hide
final interface IFoo:
  def Test()

class Bar(IFoo):
  def Test():
    print "Test"

Bar().Test()


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