mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 19:18:01 +02:00
More tests
This commit is contained in:
parent
480ee883bb
commit
f83875e8ad
3 changed files with 51 additions and 0 deletions
|
@ -307,5 +307,22 @@ namespace IDETest
|
|||
int e = a;
|
||||
int f = b; //FAIL
|
||||
}
|
||||
|
||||
public void Local5()
|
||||
{
|
||||
if (!((GetVal(var a)) && (GetVal(var b)))) //FAIL
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public void Local6()
|
||||
{
|
||||
int b;
|
||||
if (!((GetVal(var a)) && (GetVal(out b))))
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue