Fix bug in newdecls in for loop initializers.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public OnPluginStart()
|
||||
{
|
||||
for (bool x; x;) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user