Skip to content

Commit f10cd7c

Browse files
committed
1 parent 96ac238 commit f10cd7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hand-written.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ Finally, some notable improvements and bug fixes:
178178
* [SI-5917](https://issues.scala-lang.org/browse/SI-5917) Improve public AST creation facilities.
179179
* [SI-8063](https://issues.scala-lang.org/browse/SI-8063) Expose much needed methods in public reflection/macro API.
180180
* [SI-8126](https://issues.scala-lang.org/browse/SI-8126) Add -Xsource option (make 2.11 type checker behave like 2.10 where possible).
181+
* [SI-8157](https://issues.scala-lang.org/browse/SI-8157) Polymorphic methods also subject to restriction: only one overload may define default arguments
181182

182183
To catch future changes like this early, you can run the compiler under -Xfuture, which makes it behave like the next major version, where possible, to alert you to upcoming breaking changes.
183184

0 commit comments

Comments
 (0)