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:
parent
57dbaf38d4
commit
30ae7eef61
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue