data: token locations for constructor calls
* fixed token locations for implicit constructor calls. * removed error line from test code.
This commit is contained in:
@@ -15,7 +15,7 @@ int main()
|
||||
int b = diff(a, 3);
|
||||
int c = a * b;
|
||||
|
||||
int x = y;
|
||||
// int x = y;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user