8 lines
83 B
Plaintext
Vendored
8 lines
83 B
Plaintext
Vendored
if (false) {
|
|
this.success()
|
|
} else {
|
|
if (true) {
|
|
this.failSuccess()
|
|
}
|
|
}
|