update inbox list
This commit is contained in:
19
vendor/scrivo/highlight.php/test/markup/cs/titles.txt
vendored
Normal file
19
vendor/scrivo/highlight.php/test/markup/cs/titles.txt
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace Foo // namespace
|
||||
{
|
||||
public class Greet : Base, Other // class
|
||||
{
|
||||
public Greet(string who) // function
|
||||
{
|
||||
Who = who;
|
||||
}
|
||||
|
||||
int[] f(int val = 0)
|
||||
{
|
||||
new Type();
|
||||
return getType();
|
||||
throw getError();
|
||||
await Stuff();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user