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() {