13 lines
112 B
Plaintext
13 lines
112 B
Plaintext
test foo() {
|
|
(1, []) == (1, [])
|
|
}
|
|
|
|
test bar() {
|
|
let x = 1
|
|
if x == 1 {
|
|
True
|
|
} else {
|
|
False
|
|
}
|
|
}
|