Test for KT-2281.

#KT-2281 fixed
This commit is contained in:
Pavel V. Talanov
2012-08-31 14:35:09 +04:00
parent 859dbc87d4
commit 04da2f453a
2 changed files with 39 additions and 0 deletions
@@ -195,4 +195,10 @@ public final class MiscTest extends AbstractExpressionTest {
public void testIterationOverIterator() throws Exception {
fooBoxTest();
}
public void testStringInterpolationEvaluationOrder() throws Exception {
fooBoxTest();
}
}