mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
namespace System.Runtime.CompilerServices
|
|
{
|
|
class IsExternalInit { }
|
|
}
|
|
|
|
namespace cil_init_prop
|
|
{
|
|
class SomeClass
|
|
{
|
|
public int Prop1 { get; set; }
|
|
public int Prop2 { get; init; }
|
|
}
|
|
}
|