JS: add tests to prove that KT-8003, KT-8318 and KT-12157 are no longer reproducible
This commit is contained in:
@@ -197,4 +197,8 @@ public final class MiscTest extends AbstractExpressionTest {
|
||||
public void testToGeneratorInStdlib() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testThrowThrow() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,4 +141,12 @@ public final class WhenTest extends AbstractExpressionTest {
|
||||
public void testWhenEqualsPattern() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testWhenWithIfConditionAndOnlyElse() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testWhenConditionWithReturn() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user