[fine] Giving up on generics for now
This commit is contained in:
parent
b92287ec1f
commit
106f2eb30f
2 changed files with 14 additions and 19 deletions
5
fine/tests/expression/errors/missing_parameter.fine
Normal file
5
fine/tests/expression/errors/missing_parameter.fine
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fun this_is_missing_a_type(x) -> f64 {
|
||||
23
|
||||
}
|
||||
|
||||
// @check-error: the parameter is missing a type
|
||||
Loading…
Add table
Add a link
Reference in a new issue