[IDE-NI-MIGRATE] [OK] Enable only OI on some IDEA tests that unrelevant in NI

This commit is contained in:
Dmitriy Novozhilov
2019-04-22 19:28:32 +03:00
committed by Mikhail Zarechenskiy
parent 48e450684b
commit 5715c32216
14 changed files with 14 additions and 0 deletions
@@ -1,5 +1,6 @@
// !DIAGNOSTICS_NUMBER: 1
// !DIAGNOSTICS: NONE_APPLICABLE
// !LANGUAGE: -NewInference
fun filterChars(chars: List<Char>, str: String) =
chars.filter(str::contains)