mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
7 lines
97 B
C#
7 lines
97 B
C#
namespace TestFileScoped;
|
|
|
|
file interface I10 { }
|
|
|
|
file class C10 { }
|
|
|
|
public class C11 : I10 { } |