...
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using Compiler;
|
||||
|
||||
const string contents = """
|
||||
func main(): void {
|
||||
func main(): i32 {
|
||||
do_something("test")
|
||||
return 69
|
||||
}
|
||||
|
||||
func do_something(text: string): void {
|
||||
func do_something(text: string): func(i32 u32): void {
|
||||
}
|
||||
""";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user