From aed63d49ce1753c7cd795a7dfd039da2c048d806 Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Tue, 15 May 2018 18:33:12 +0300 Subject: [PATCH] WrongAnnotations.kt - disabled LAZINESS:Consistency -check because source-based LightAnnotations produces annotation values from arguments in sources even when they are invalid as parameters. Thus they could be inconsistenct with "compiled" ones and it is not an error. --- .../asJava/lightClasses/compilationErrors/WrongAnnotations.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt b/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt index 40f35f41289..109a52ecd3a 100644 --- a/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt +++ b/compiler/testData/asJava/lightClasses/compilationErrors/WrongAnnotations.kt @@ -30,4 +30,6 @@ class A { } } -} \ No newline at end of file +} + +// LAZINESS:NoConsistency \ No newline at end of file