make modality 'FINAL' for non-class members
not depend on actual modifier since it's not legal there
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package d
|
||||
|
||||
<!ILLEGAL_MODIFIER!>abstract<!> val a : Int
|
||||
<!ILLEGAL_MODIFIER!>abstract<!> val a : Int = 1
|
||||
|
||||
<!ILLEGAL_MODIFIER!>override<!> val c : Int = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user