replace 'trait' keyword with 'interface' in library code

This commit is contained in:
Dmitry Jemerov
2015-05-12 12:09:27 +02:00
parent b1c4a5670a
commit 2a99f757c4
42 changed files with 195 additions and 195 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ package kotlin
/**
* Represents a readable sequence of [Char] values.
*/
public trait CharSequence {
public interface CharSequence {
/**
* Returns the length of this character sequence.
*/