Revert "Temporary remove some tests after a fix for KT-24937"

This reverts commit ddb4e8b128.
This commit is contained in:
Denis Zharkov
2019-01-14 10:50:41 +03:00
parent ac1b4cf6b2
commit 3707812fc2
5 changed files with 426 additions and 0 deletions
@@ -860,6 +860,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
runTest("compiler/testData/psi/annotation/at/expressionJustAtTyped.kt");
}
@TestMetadata("kt21055.kt")
public void testKt21055() throws Exception {
runTest("compiler/testData/psi/annotation/at/kt21055.kt");
}
@TestMetadata("modifierAtFileStart.kt")
public void testModifierAtFileStart() throws Exception {
runTest("compiler/testData/psi/annotation/at/modifierAtFileStart.kt");
@@ -875,6 +880,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
runTest("compiler/testData/psi/annotation/at/recoveryWhitespaceBeforeColon.kt");
}
@TestMetadata("recoveryWhitespaceBeforeColon_ERR.kt")
public void testRecoveryWhitespaceBeforeColon_ERR() throws Exception {
runTest("compiler/testData/psi/annotation/at/recoveryWhitespaceBeforeColon_ERR.kt");
}
@TestMetadata("validDeclarations.kt")
public void testValidDeclarations() throws Exception {
runTest("compiler/testData/psi/annotation/at/validDeclarations.kt");