Intrinsic default objects implementation

This commit is contained in:
Nikolay Krasko
2015-03-03 19:24:20 +03:00
parent 05de376fc3
commit 1f79e0905f
16 changed files with 319 additions and 16 deletions
+2
View File
@@ -21,6 +21,8 @@ package kotlin
* implemented as instances of this class.
*/
public class String : Comparable<String>, CharSequence {
class object {}
/**
* Returns a string obtained by concatenating this string with the string representation of the given [other] object.
*/