replace 'trait' keyword with 'interface' in library code
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user