Replace 'class object' with 'default object' in builtins

This commit is contained in:
Pavel V. Talanov
2015-03-10 16:23:14 +03:00
parent 9a844d2feb
commit 8fef31ee5b
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ package kotlin
* implemented as instances of this class.
*/
public class String : Comparable<String>, CharSequence {
class object {}
default object {}
/**
* Returns a string obtained by concatenating this string with the string representation of the given [other] object.