mirror of
https://github.com/github/codeql.git
synced 2026-01-06 19:20:25 +01:00
7 lines
97 B
C#
7 lines
97 B
C#
namespace TestFileScoped;
|
|
|
|
file interface I10 { }
|
|
|
|
file class C10 { }
|
|
|
|
public class C11 : I10 { } |