Change Signature: Consider default value context an initial type context. Use parameter list as a type context for bodyless function

#KT-12413 Fixed
(cherry picked from commit f417b05)
This commit is contained in:
Alexey Sedunov
2016-06-23 15:24:45 +03:00
parent 57bc0d6734
commit c075d27731
3 changed files with 16 additions and 9 deletions
+6
View File
@@ -113,6 +113,12 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13037`](https://youtrack.jetbrains.com/issue/KT-13037) Fix possible deadlock in debugger in 2016.1 and exception in 2016.2
- [`KT-12651`](https://youtrack.jetbrains.com/issue/KT-12651) Fix exception in evaluate expression when bad identifier is used for marking object
#### Refactorings
###### Issues fixed
- [`KT-12413`](https://youtrack.jetbrains.com/issue/KT-12413) Change Signature: Fix bogus warning about unresolved type parameters/invalid functional type replacement
## 1.0.3
### Compiler