Mikhail Glukhikh
|
d0e01153ec
|
Effective visibility: java package-private is now considered as equivalent to Kotlin internal #KT-9755 Fixed
|
2015-10-26 15:00:14 +03:00 |
|
Denis Zharkov
|
28c46b73f1
|
Rename some of builtin parameters
|
2015-10-17 17:46:16 +03:00 |
|
Mikhail Glukhikh
|
78cfeb0d7d
|
Stdlib rename: List.indexOf(T), List.lastIndexOf(T), MutableCollection.removeAll(Collection<T>), MutableCollection.retainAll(Collection<T>)
|
2015-10-14 20:40:09 +03:00 |
|
Denis Zharkov
|
6322198a11
|
Revert 'isEmpty' transformation
|
2015-10-14 20:40:01 +03:00 |
|
Mikhail Glukhikh
|
9c9ab671b3
|
Effective visibility: local is now considered private, TYPE_DEPENDS_ON_LOCAL_CLASS diagnostics removed as repeated #KT-9542 Fixed #KT-9526 Fixed
|
2015-10-14 18:00:10 +03:00 |
|
Mikhail Glukhikh
|
3a902d6002
|
Effective visibility: fix for internal & protected vs protected comparison #KT-9582 Fixed
|
2015-10-14 18:00:07 +03:00 |
|
Mikhail Glukhikh
|
8473be357f
|
Effective visibility: separate InternalProtected and InternalProtectedBound, messages, test change
|
2015-10-13 16:31:28 +03:00 |
|
Mikhail Glukhikh
|
4dbd7e7f69
|
Effective visibility: lower bounds introduced for all protected and for protected and internal #KT-9540 Fixed
|
2015-10-13 16:26:05 +03:00 |
|
Dmitry Petrov
|
7e51fb8521
|
Check for exposed local classes (or objects) in type signatures
|
2015-10-12 15:24:54 +03:00 |
|
Denis Zharkov
|
cfc9d19825
|
Transform Collection.isEmpty and Map.Entry.key/value to properties
|
2015-10-10 12:29:14 +03:00 |
|
Denis Zharkov
|
14f93a88c4
|
Adjust rendered collections desciptors to contains* transformation
|
2015-10-09 14:40:34 +03:00 |
|
Mikhail Glukhikh
|
0cc861f00b
|
Exposed visibility checking, a set of exposed visibility tests, some test fixes
Effective visibility mechanism introduced.
Local is considered as public, java protected as Kotlin protected, java package private as Kotlin private.
|
2015-10-07 20:15:16 +03:00 |
|