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-27 20:38:17 +03:00
2014-10-31 21:07:51 +03:00
2013-03-12 16:17:36 +04:00
2014-11-19 16:01:18 +03:00
2014-08-12 15:16:24 +04:00
2014-10-14 01:59:48 +04:00
2013-11-13 14:36:34 +04:00
2014-11-13 09:47:11 +03:00
2014-11-14 17:09:05 +03:00
2014-11-21 14:02:43 +03:00
2014-10-15 14:07:54 +04:00
2014-02-24 22:40:14 +04:00
2012-10-25 21:32:32 +04:00
2014-11-18 13:25:03 +03:00
2013-10-25 13:55:40 +04:00
2014-10-31 21:08:52 +03:00
2014-11-13 17:27:31 +03:00
2014-07-25 17:16:40 +04:00
2014-09-30 21:59:01 +04:00
2014-05-16 17:10:04 +04:00
2014-11-27 20:38:17 +03:00
2014-07-25 17:16:40 +04:00
2014-10-31 21:07:51 +03:00
2014-09-11 10:37:47 +04:00
2014-08-20 13:46:29 +04:00
2014-10-14 00:39:22 +04:00
2014-09-26 22:06:32 +04:00
2014-11-18 13:25:00 +03:00
2014-09-01 12:32:49 +04:00
2014-11-27 20:38:17 +03:00
2014-11-26 13:07:38 +03:00
2014-11-24 20:11:29 +03:00
2014-03-03 19:24:27 +04:00
2014-07-19 02:08:24 +04:00
2013-01-15 15:32:02 +04:00
2014-10-14 16:08:16 +04:00
2014-04-18 14:38:17 +04:00
2014-10-17 21:27:24 +04:00
2014-11-24 20:11:25 +03:00
2014-10-06 17:53:00 +04:00
2014-06-24 20:06:13 +04:00
2014-09-18 13:28:26 +04:00
2012-04-23 18:00:09 +04:00