Expect/actual: add inspection for Suppress("DIAGNOSTIC") migration

So #KT-20328 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-09-22 17:51:02 +03:00
parent 0bce06dc0f
commit 258e8f73b6
10 changed files with 165 additions and 0 deletions
@@ -0,0 +1,8 @@
<html>
<body>
This inspection reports suppression with old diagnostic names, for example:
<code><pre>
@Suppress("HEADER_WITHOUT_IMPLEMENTATION")
</pre></code>
</body>
</html>