Some bugfixes/added errors, convert most to not use simple_passthrough
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import vector:*;
|
||||
import simple_print:*;
|
||||
import io:*;
|
||||
|
||||
fun test<T>(a: vector<T>): T {
|
||||
return a.at(0);
|
||||
|
||||
Reference in New Issue
Block a user