...
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
const string contents = """
|
||||
func main(): i32 {
|
||||
let x: i32 = 23
|
||||
x = 24
|
||||
do_something("test")
|
||||
return 69
|
||||
return x
|
||||
}
|
||||
|
||||
func do_something(text: string): void {
|
||||
|
||||
Reference in New Issue
Block a user