default -> companion: default object -> class object in project code, builtins and libs code

This commit is contained in:
Pavel V. Talanov
2015-03-16 14:51:11 +03:00
parent 444b461ba7
commit 2a6facaef6
151 changed files with 205 additions and 205 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ package kotlin
* implemented as instances of this class.
*/
public class String : Comparable<String>, CharSequence {
default object {}
class object Companion {}
/**
* Returns a string obtained by concatenating this string with the string representation of the given [other] object.