Issue Details (XML | Word | Printable)

Key: BOO-1054
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Cedric Vivier
Reporter: Cedric Vivier
Votes: 0
Watchers: 0
Operations

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

No BCW0004 warning "rhs of `is` is a type reference" when type is generic

Created: 11/Jun/08 04:34 AM   Updated: 22/Jan/09 09:22 AM   Resolved: 11/Jun/08 05:10 AM
Return to search
Component/s: Compiler
Affects Version/s: 0.8.2, 0.9
Fix Version/s: 0.9

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide

Currently, first "is" rightfully issues a warning but the second is not :

import System.Collections
import System.Collections.Generic

l = ArrayList()
print l is ArrayList

t = List[of string]()
print t is List[of string]

(reported by Eric Butler)



Cedric Vivier added a comment - 11/Jun/08 05:10 AM

fixed in rev. 3007