Closed mnandrei90 closed 8 years ago
Hi. Thanks. Its regression
simple code
using UnityEngine;
public class RegressionTest
{
public static void Main()
{
GameObject gameObject = null;
if(!gameObject)
{
return;
}
}
}
Fixed. After one hour you need update C# plugin
For the lines of code below, the error appears at "if".
var obj = null; if (!obj ) break;
The error message is:
! (p0:System.Boolean) cannot be applied to (p0:System.Boolean)