Diagnostic 'final property in interface' deleted because it's redundant

This commit is contained in:
Mikhail Glukhikh
2015-11-17 19:11:59 +03:00
parent cd1b58f2eb
commit b5610eebae
6 changed files with 2 additions and 8 deletions
@@ -3,7 +3,7 @@ package a
interface T {
<!FINAL_FUNCTION_WITH_NO_BODY, WRONG_MODIFIER_CONTAINING_DECLARATION!>final<!> fun foo()
<!FINAL_PROPERTY_IN_INTERFACE, WRONG_MODIFIER_CONTAINING_DECLARATION!>final<!> val b : Int
<!WRONG_MODIFIER_CONTAINING_DECLARATION!>final<!> val b : Int
<!WRONG_MODIFIER_CONTAINING_DECLARATION!>final<!> fun bar() {}
<!WRONG_MODIFIER_CONTAINING_DECLARATION!>final<!> val c : Int