update inbox list
This commit is contained in:
16
vendor/scrivo/highlight.php/test/markup/cs/functions.txt
vendored
Normal file
16
vendor/scrivo/highlight.php/test/markup/cs/functions.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
public void ExampleFunction1() {
|
||||
}
|
||||
|
||||
public void ExampleFunction2()
|
||||
{
|
||||
}
|
||||
|
||||
void ExampleFunctionDeclaration1();
|
||||
|
||||
void ExampleFunctionDeclaration2()
|
||||
;
|
||||
|
||||
public string ExampleExpressionBodiedFunction1() => "dummy";
|
||||
|
||||
public string ExampleExpressionBodiedFunction2()
|
||||
=> "dummy";
|
||||
Reference in New Issue
Block a user