mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
15 lines
128 B
C#
15 lines
128 B
C#
|
|
class C1
|
|
{
|
|
/*
|
|
int M()
|
|
{
|
|
return 0;
|
|
}
|
|
*/
|
|
|
|
// int M() => 0;
|
|
|
|
int M() => 0; // Comment
|
|
}
|