File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ disqus: true
6
6
7
7
__ Dmitry Petrashko, Sébastien Doeraene and Martin Odersky__
8
8
9
- __ first submitted TODO 2016__
9
+ __ first submitted 11 January 2016__
10
10
11
11
## Motivation ##
12
12
@@ -102,7 +102,9 @@ object O {
102
102
{% endhighlight % }
103
103
```
104
104
105
- Under proposed scheme users will be able to opt-in to have field ` f ` on inner object ` I ` generated as static field.
105
+ Under proposed scheme users will be able to opt-in to have field ` f ` defined inside inner object ` I ` emmited as static field.
106
+ In case ` O.d ` is annotated with ` @static ` the field will be crated as static field in ` class O ` .
107
+ If not annotated, it will be created in the companion module with a static forwarder in ` class O ` .
106
108
107
109
## Restrictions ##
108
110
You can’t perform that action at this time.
0 commit comments