KT-11576 Unused symbol warning: add quickfix for annotated declarations

#KT-11576 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-03-23 16:41:05 +03:00
parent 03d7c5764d
commit c1499e7cb6
8 changed files with 111 additions and 14 deletions
@@ -0,0 +1,5 @@
// "Suppress for declarations annotated by 'java.lang.SuppressWarnings'" "false"
// ACTION: Safe delete 'Unused'
// ACTION: Create test
@java.lang.SuppressWarnings("")
class <caret>Unused