changed default positioning strategy:

added special handling for JetObjectLiteralExpression
This commit is contained in:
Svetlana Isakova
2013-12-26 18:09:48 +04:00
committed by Andrey Breslav
parent d4c2a542eb
commit 531d337486
3 changed files with 30 additions and 1 deletions
@@ -4871,6 +4871,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest("compiler/testData/diagnostics/tests/objects/kt2240.kt");
}
@TestMetadata("objectLiteralExpressionTypeMismatch.kt")
public void testObjectLiteralExpressionTypeMismatch() throws Exception {
doTest("compiler/testData/diagnostics/tests/objects/objectLiteralExpressionTypeMismatch.kt");
}
@TestMetadata("Objects.kt")
public void testObjects() throws Exception {
doTest("compiler/testData/diagnostics/tests/objects/Objects.kt");