Redundant modality modifier inspection #KT-11450 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-04-06 17:24:05 +03:00
parent 8a0641a639
commit d79e3f322f
15 changed files with 267 additions and 25 deletions
@@ -0,0 +1,4 @@
// "Remove redundant modality modifier" "true"
open class C {
<caret>final fun foo(){}
}