Skip to content
Snippets Groups Projects
Commit e4771e82 authored by Regis Blanc's avatar Regis Blanc
Browse files

println already defined somehow

parent 1ef80783
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,5 @@ package object lang { ...@@ -87,8 +87,5 @@ package object lang {
def print(x: String): Unit = { def print(x: String): Unit = {
scala.Predef.print(x) scala.Predef.print(x)
} }
@extern
def println(x: String): Unit = {
scala.Predef.println(x)
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment