Some bugfixes/added errors, convert most to not use simple_passthrough
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import simple_print:*;
|
||||
import io:*;
|
||||
|
||||
fun addAndPrint<T,J>(a: T, b: J): void {
|
||||
print(a+b);
|
||||
|
||||
Reference in New Issue
Block a user