From 3506c2047a8d1fe93b82898b58df9b876addfc3a Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Tue, 7 May 2019 15:43:55 +0300 Subject: [PATCH] Fix lint test: take into account diagnostic that is specific for NI --- idea/testData/android/lint/findViewById.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/testData/android/lint/findViewById.kt b/idea/testData/android/lint/findViewById.kt index 974ee5afd5a..fed606db4e4 100644 --- a/idea/testData/android/lint/findViewById.kt +++ b/idea/testData/android/lint/findViewById.kt @@ -7,6 +7,7 @@ import android.widget.TextView @Suppress( "TYPE_INFERENCE_NO_INFORMATION_FOR_PARAMETER", + "NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER", "UNUSED_VARIABLE" ) class OtherActivity : Activity() {