mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Extra test
This commit is contained in:
parent
f949a02840
commit
8af5575f42
1 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,20 @@ namespace IDETest
|
||||||
b = a;
|
b = a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void If3(out int a)
|
||||||
|
{
|
||||||
|
int b = 123;
|
||||||
|
if (b == 234)
|
||||||
|
{
|
||||||
|
a = 1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
a = 2;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void For1(out int a)
|
public void For1(out int a)
|
||||||
{
|
{
|
||||||
for (int b < 2)
|
for (int b < 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue