KT-2631 Check multiple assignment - in progress
check multiple declaration without specified type annotation
This commit is contained in:
committed by
Andrey Breslav
parent
68ebdabf8f
commit
a0da232ed3
@@ -1073,11 +1073,21 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/kt2142.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2631_MultipleDeclaration.kt")
|
||||
public void testKt2631_MultipleDeclaration() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/kt2631_MultipleDeclaration.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt559.kt")
|
||||
public void testKt559() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/kt559.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("MultiDeclarationErrors.kt")
|
||||
public void testMultiDeclarationErrors() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/MultiDeclarationErrors.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/extensions")
|
||||
|
||||
Reference in New Issue
Block a user