Alexander Udalov
a7b88e9485
Make CharSequence.length a function instead of property
...
And String.length as well.
This is done for JVM interoperability: java.lang.CharSequence is an open class
and has a function 'length()' which should be implemented in subclasses
somehow.
A minor unexpected effect of this is that String.length() is now a compile-time
constant (it wasn't such as a property because properties are not supported in
compile-time constant evaluation)
#KT-3571 Fixed
2014-11-27 20:38:17 +03:00
..
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2014-11-27 20:38:17 +03:00
2014-11-21 18:59:45 +03:00
2014-11-27 02:28:10 +03:00
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2012-07-20 19:34:52 +04:00
2014-10-21 03:18:27 +04:00
2012-11-12 15:32:11 +04:00
2014-10-21 03:18:27 +04:00
2012-11-12 15:32:11 +04:00
2014-10-21 03:18:27 +04:00
2014-04-30 13:34:31 +04:00
2014-10-21 03:18:27 +04:00
2012-11-12 15:32:11 +04:00
2014-10-21 03:18:27 +04:00
2014-06-19 22:10:50 +04:00
2014-10-21 03:18:27 +04:00
2012-10-19 19:42:54 +04:00
2014-10-21 03:18:27 +04:00
2012-09-05 18:55:16 +04:00
2014-10-21 03:18:27 +04:00
2013-03-07 13:11:21 +04:00
2014-10-21 03:18:27 +04:00
2012-09-24 14:18:04 +04:00
2014-10-21 03:18:27 +04:00
2012-11-24 15:59:16 +04:00
2014-10-21 03:18:27 +04:00
2013-09-03 13:09:06 +04:00
2014-10-21 03:18:27 +04:00
2012-07-20 19:34:54 +04:00
2014-10-21 03:18:27 +04:00
2014-10-13 15:38:15 +04:00
2014-10-21 03:18:27 +04:00
2012-07-20 19:34:55 +04:00
2014-10-21 03:18:27 +04:00
2012-07-24 15:53:39 +04:00
2014-10-21 03:18:27 +04:00
2012-07-10 14:48:11 +04:00
2014-10-21 03:18:27 +04:00
2012-12-27 18:45:24 +04:00
2014-10-21 03:18:27 +04:00
2014-11-21 14:02:41 +03:00
2014-11-21 14:02:41 +03:00
2014-11-17 15:02:38 +03:00
2014-10-21 03:18:27 +04:00
2012-09-05 18:55:16 +04:00
2014-10-21 03:18:27 +04:00
2012-09-07 19:03:07 +04:00
2014-10-21 03:18:27 +04:00
2012-10-19 19:42:54 +04:00
2014-10-21 03:18:27 +04:00
2012-07-20 19:34:54 +04:00
2014-10-21 03:18:27 +04:00
2013-10-16 19:51:52 +04:00
2014-10-21 03:18:27 +04:00
2013-09-03 19:50:00 +04:00
2014-10-21 03:18:27 +04:00
2013-02-08 15:10:43 +04:00
2014-10-21 03:18:27 +04:00
2013-12-02 18:30:42 +04:00
2014-10-21 03:18:27 +04:00
2013-09-03 13:09:09 +04:00
2014-10-21 03:18:27 +04:00
2013-10-16 19:51:53 +04:00
2014-10-21 03:18:27 +04:00
2013-09-17 16:09:27 +04:00
2014-10-21 03:18:27 +04:00