10 lines
115 B
Plaintext
Vendored
10 lines
115 B
Plaintext
Vendored
if (false) {
|
|
this.success()
|
|
} else {
|
|
if (true) {
|
|
this.failSuccess()
|
|
} else {
|
|
this.failFail()
|
|
}
|
|
}
|