KT-2310: js: !! translated incorrectly (syntax ok, but logic not).

#KT-2310 Fixed
This commit is contained in:
Pavel V. Talanov
2012-07-27 17:56:28 +04:00
parent 42e00102f8
commit f37fae6e29
3 changed files with 22 additions and 4 deletions
@@ -148,6 +148,10 @@ public final class MiscTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testExclExclResultIsComputedOnce() throws Exception {
fooBoxTest();
}
public void testLazyPropertyGetterNotCalledOnStart() throws Exception {
checkOutput("lazyProperty.kt", "Hello, world! Gotcha 3");
}