add back test 93
This commit is contained in:
10
examples/acceptance_tests/093/lib/foo.ak
Normal file
10
examples/acceptance_tests/093/lib/foo.ak
Normal file
@@ -0,0 +1,10 @@
|
||||
pub fn wow(a: Void) -> Int {
|
||||
when Some(a) is {
|
||||
Some(Void) -> 42
|
||||
None -> 0
|
||||
}
|
||||
}
|
||||
|
||||
test wow_1() {
|
||||
wow(Void) == 42
|
||||
}
|
||||
Reference in New Issue
Block a user