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

Key: BOO-729
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Doug H
Reporter: Doug H
Votes: 0
Watchers: 0
Operations

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

byref overriding regression

Created: 03/May/06 04:10 PM   Updated: 03/May/06 04:11 PM
Component/s: Compiler
Affects Version/s: 0.7.6
Fix Version/s: None

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide
minor regression with byref types and overriding methods. byref ITypes were changed from "type&" to "ref type".

import System.Windows.Forms

class MyForm(Form):
protected override def DefWndProc(ref m as Message):
pass

m = MyForm()
print "ok"

fixed in svn



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.