Skip to content

Commit 46cbcba

Browse files
committed
Update 2016-01-11-static-members.md
1 parent a49582d commit 46cbcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sips/pending/_posts/2016-01-11-static-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Based on the previous study done in preparation for this SIP, the authors believ
180180
- only the fields which were not declared by parents of the object can be emitted as static;
181181
- only fields that are lexically defined before any non-static field or statement in the body can be emitted as static.
182182

183-
Authors believe that the alternative would require the same effort to implement, but will be less intuitive to users and harder to control.
183+
Authors believe that the alternative would require the same effort to implement, but will be less intuitive to users and harder to control as, for example, reodering fields in object might not be binary compatible.
184184

185185
## See Also ##
186186
* [SI-4581](https://issues.scala-lang.org/browse/SI-4581) is a request for a `@static` annotation

0 commit comments

Comments
 (0)