This commit is contained in:
2026-02-08 01:22:24 +01:00
parent 26d365cf4f
commit e77c7028b9
2 changed files with 41 additions and 100 deletions

View File

@@ -6,7 +6,7 @@ const string contents = """
return 69
}
func do_something(text: string): func(i32 u32): void {
func do_something(text: string): void {
}
""";