mirror of
https://github.com/github/codeql.git
synced 2026-07-15 00:08:14 +02:00
8 lines
104 B
C#
8 lines
104 B
C#
using System;
|
|
|
|
class Bad
|
|
{
|
|
interface IsPrintable { } // $ Alert
|
|
class Form1 : IsPrintable { }
|
|
}
|