1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

Ambiguous call fix

This commit is contained in:
Brian Fiete 2020-10-08 12:48:24 -07:00
parent 57dbaf38d4
commit 30ae7eef61

View file

@ -58,7 +58,7 @@ namespace System.Diagnostics
public static void WriteLine() public static void WriteLine()
{ {
Write("\n", 1); Write((char8*)"\n", 1);
} }
public static void WriteLine(StringView line) public static void WriteLine(StringView line)