File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ class C {
155
155
private def b : Int = ...
156
156
@ binaryAPI protected def c : Int = ...
157
157
protected def d : Int = ...
158
- final def C$inline$a : Int = ... // generated by `@binaryAPIAccessor`
159
- final def C$inline$b : Int = ... // warn: `b` should be annotated with `@binaryAPIAccessor` + migration code
160
- final def C$inline$d : Int = ... // warn: `d` should be annotated with `@binaryAPI` + migration code
161
- inline def foo : Int = C $inline$a + C $inline$b + c + C $inline$d
158
+ final def C$$ inline$a : Int = ... // generated by `@binaryAPIAccessor`
159
+ final def C$$ inline$b : Int = ... // warn: `b` should be annotated with `@binaryAPIAccessor` + migration code
160
+ final def C$$ inline$d : Int = ... // warn: `d` should be annotated with `@binaryAPI` + migration code
161
+ inline def foo : Int = C $$ inline$a + C $$ inline$b + c + C $ $inline$d
162
162
}
163
163
~~~
164
164
You can’t perform that action at this time.
0 commit comments