From 4111833376cd66a645e0628a6c83e868055dc7b6 Mon Sep 17 00:00:00 2001 From: Pavel Talanov Date: Mon, 14 Nov 2011 20:23:01 +0400 Subject: [PATCH] Found a bug so work on constructor parameters has stopped. i --- .idea/workspace.xml | 317 +++++++++--------- .../jetbrains/k2js/test/BasicClassTest.java | 9 +- 2 files changed, 165 insertions(+), 161 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 24042158c6b..d126ffc6a3e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,21 +6,6 @@ - - - - - - - - - - - - - - - @@ -86,6 +71,19 @@ - + - + - + + + + + + + + + + + + + + + + + + + @@ -141,7 +157,16 @@ - + + + + + + + + + + @@ -156,33 +181,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -210,10 +208,10 @@ - + - + @@ -253,7 +251,7 @@ - + @@ -298,7 +296,7 @@ - + @@ -348,8 +346,8 @@ @@ -750,50 +748,6 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - + + + + + localhost @@ -987,7 +989,7 @@ - + @@ -1002,7 +1004,7 @@ - + @@ -1041,7 +1043,7 @@ @@ -1080,48 +1083,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1143,13 +1104,6 @@ - - - - - - - @@ -1171,23 +1125,72 @@ - + + + + + + + + + + + + + + + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/translator/test/org/jetbrains/k2js/test/BasicClassTest.java b/translator/test/org/jetbrains/k2js/test/BasicClassTest.java index 17c9642f13f..537cd1658f9 100644 --- a/translator/test/org/jetbrains/k2js/test/BasicClassTest.java +++ b/translator/test/org/jetbrains/k2js/test/BasicClassTest.java @@ -34,10 +34,11 @@ public class BasicClassTest extends AbstractClassTest { testFooBoxIsTrue("methodDeclarationAndCall.kt"); } - @Test - public void constructorWithParameter() throws Exception { - testFooBoxIsTrue("constructorWithParameter.kt"); - } + //TODO: test excluded. Wait for bugfix and implement functionality +// @Test +// public void constructorWithParameter() throws Exception { +// testFooBoxIsTrue("constructorWithParameter.kt"); +// } @Test public void incrementProperty() throws Exception {