[fine] Some tests to make work at some point I guess
This commit is contained in:
parent
f20f5a5e03
commit
e6c96fde38
2 changed files with 13 additions and 0 deletions
5
fine/tests/expression/errors/duplicate_arguments.fine
Normal file
5
fine/tests/expression/errors/duplicate_arguments.fine
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fun something(x: f64, x: f64) {}
|
||||
|
||||
// @ignore
|
||||
// @expect-errors:
|
||||
// asdfadsf
|
||||
Loading…
Add table
Add a link
Reference in a new issue