Skip to content

Commit 597a47b

Browse files
committed
C#: Modify System.Web.cs manual stub to avoid overlap with generated stub.
1 parent 0e6399e commit 597a47b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

csharp/ql/test/resources/stubs/System.Web.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ public class HttpContextBase
2727
public virtual HttpResponseBase Response => null;
2828
}
2929

30-
public interface IHtmlString
31-
{
32-
}
33-
3430
public class HtmlString : IHtmlString
3531
{
3632
public HtmlString(string s)
3733
{
3834
}
35+
36+
public string ToHtmlString() => null;
3937
}
4038

4139
public class HttpServerUtility

0 commit comments

Comments
 (0)