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
..
2013-12-02 18:30:42 +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-08-06 18:18:26 +04:00
2014-10-21 03:18:27 +04:00
2013-06-20 13:43:03 +04:00
2014-10-21 03:18:27 +04:00
2012-08-06 18:18:26 +04:00
2014-10-21 03:18:27 +04:00
2014-11-27 20:38:17 +03:00
2014-10-21 03:18:27 +04:00
2012-08-06 18:18:26 +04:00
2014-10-21 03:18:27 +04:00
2012-07-20 19:34:52 +04:00
2014-10-21 03:18:27 +04:00
2012-07-20 19:34:52 +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
2012-09-05 18:55:16 +04:00
2014-10-21 03:18:27 +04:00
2014-10-01 18:52:52 +04:00
2014-10-21 03:18:27 +04:00
2013-02-13 18:08:37 +04:00
2014-10-21 03:18:27 +04:00
2013-10-01 15:11:30 +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
2012-07-20 19:34:52 +04:00
2014-10-21 03:18:27 +04:00
2014-11-17 15:02:38 +03:00
2014-10-21 03:18:27 +04:00
2012-08-07 18:09:02 +04:00
2014-10-21 03:18:27 +04:00
2012-08-07 18:09:02 +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:52 +04:00
2014-10-21 03:18:27 +04:00
2012-07-20 19:34:52 +04:00
2014-10-21 03:18:27 +04:00
2014-11-17 15:02:38 +03:00
2014-10-21 03:18:27 +04:00
2014-11-27 20:38:17 +03:00
2014-10-21 03:18:27 +04:00
2014-06-21 12:26:33 +04:00
2014-10-21 03:18:27 +04:00
2012-08-06 18:18:27 +04:00
2014-10-21 03:18:27 +04:00
2014-11-27 20:38:17 +03: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-08-06 18:18:26 +04:00
2014-10-21 03:18:27 +04:00
2012-12-26 18:01:23 +04:00
2014-10-21 03:18:27 +04:00
2014-06-21 12:26:33 +04:00
2014-10-21 03:18:27 +04:00
2012-12-25 19:12:00 +04:00
2014-10-21 03:18:27 +04:00
2012-12-25 19:12:00 +04:00
2014-10-21 03:18:27 +04:00
2012-12-25 19:12:00 +04:00
2014-10-21 03:18:27 +04:00
2012-12-25 19:12:00 +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
2012-12-26 13:53:42 +04:00
2014-10-21 03:18:27 +04:00
2012-12-26 13:01:48 +04:00
2014-11-14 17:09:05 +03:00
2012-12-26 13:01:48 +04:00
2014-11-14 17:09:05 +03:00
2012-12-25 19:12:00 +04:00
2014-10-21 03:18:27 +04:00
2012-12-26 16:43:59 +04:00
2014-10-21 03:18:27 +04:00
2013-01-30 20:29:30 +04:00
2014-10-21 03:18:27 +04:00
2013-02-25 18:19:52 +04:00
2014-10-21 03:18:27 +04:00