KT-1538 proper boolean invertion

This commit is contained in:
Alex Tkachman
2012-03-13 15:50:29 +02:00
parent e007ce8c62
commit 5bb7c2122d
4 changed files with 31 additions and 2 deletions
@@ -307,4 +307,9 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt1345() throws Exception {
blackBoxFile("regressions/kt1345.kt");
}
public void testKt1538() throws Exception {
blackBoxFile("regressions/kt1538.kt");
System.out.println(generateToText());
}
}