Revert "Additional simple test for variable initialize in secondary constructor"

This reverts commit 147f170f80.
This commit is contained in:
Nikolay Krasko
2016-05-12 17:22:16 +03:00
parent f015a27fd0
commit 9c2ceca4b8
3 changed files with 0 additions and 21 deletions
@@ -1,6 +0,0 @@
class A {
val x: Int
constructor(x: Int) {
this.x = x
}
}
@@ -1,9 +0,0 @@
package
public final class A {
public constructor A(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int)
public final val x: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
@@ -15960,12 +15960,6 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("initializeValInConstructor.kt")
public void testInitializeValInConstructor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/secondaryConstructors/initializeValInConstructor.kt");
doTest(fileName);
}
@TestMetadata("kt6992.kt")
public void testKt6992() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/secondaryConstructors/kt6992.kt");