data: token locations for constructor calls

* fixed token locations for implicit constructor calls.
* removed error line from test code.
This commit is contained in:
malte_langkabel
2015-01-19 15:08:16 +01:00
parent bdb38acbce
commit 6fc61a7e22
4 changed files with 66 additions and 26 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int main()
int b = diff(a, 3);
int c = a * b;
int x = y;
// int x = y;
return 0;
}