mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 00:19:57 +01:00 
			
		
		
		
	codetools: implemented parsin unitname.identifier for function types results
git-svn-id: trunk@15097 -
This commit is contained in:
		
							parent
							
								
									3a10b1ee37
								
							
						
					
					
						commit
						5f7d69844d
					
				@ -3366,6 +3366,11 @@ begin
 | 
			
		||||
      ReadNextAtom;
 | 
			
		||||
      AtomIsIdentifier(true);
 | 
			
		||||
      ReadNextAtom;
 | 
			
		||||
      if CurPos.Flag=cafPoint then begin
 | 
			
		||||
        ReadNextAtom;
 | 
			
		||||
        AtomIsIdentifier(true);
 | 
			
		||||
        ReadNextAtom;
 | 
			
		||||
      end;
 | 
			
		||||
    end else begin
 | 
			
		||||
      RaiseCharExpectedButAtomFound(':');
 | 
			
		||||
    end;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user