Changeset 673 in dev for trunk/ab5.0/abdev/BasicCompiler_Common
- Timestamp:
- Jun 29, 2008, 1:44:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/ParamImpl.cpp
r527 r673 202 202 if( !targetResultType.IsNull() ){ 203 203 //戻り値も比較対象にする 204 if( !returnType.Equals( targetResultType ) ){ 204 205 Type temp( targetResultType ); 206 ResolveFormalGenericTypeParameter( temp, leftType, &userProc ); 207 208 if( !returnType.Equals( temp ) ){ 205 209 return false; 206 210 }
Note:
See TracChangeset
for help on using the changeset viewer.