KT-613 verify error ++/-- in presence of this|receiver

This commit is contained in:
Alex Tkachman
2011-11-25 10:32:17 +02:00
parent b990792917
commit 21a0d1f85c
3 changed files with 28 additions and 3 deletions
@@ -136,6 +136,10 @@ public class PropertyGenTest extends CodegenTestCase {
blackBoxFile("regressions/kt257.jet");
}
public void testKt613 () throws Exception {
blackBoxFile("regressions/kt613.jet");
}
public void testKt160() throws Exception {
loadText("internal val s = java.lang.Double.toString(1.0)");
final Method method = generateFunction("getS");