Add tests for kotlin language support in the expressions dsl
This commit is contained in:
committed by
Yan Zhulanow
parent
8185354116
commit
64f399235e
@@ -0,0 +1,9 @@
|
||||
if (false) {
|
||||
this.success()
|
||||
} else {
|
||||
if (true) {
|
||||
this.failSuccess()
|
||||
} else {
|
||||
this.failFail()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user