[Swift-devel] [Bug 174] New: Type string is not defined
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Thu Feb  5 11:05:29 CST 2009
    
    
  
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=174
           Summary: Type string is not defined
           Product: Swift
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SwiftScript language
        AssignedTo: benc at hawaga.org.uk
        ReportedBy: skenny at uchicago.edu
this is the error thrown when i have an incorrect reference to a member of a
string array:
string labels[]
referenced here as:
labels[0].label 
should've been:
labels[0]
swift produces an error saying that 'type string is not defined' which is not
the appropriate error
-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the Swift-devel
mailing list