Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
@@ -34,7 +34,7 @@ enum class D(val prop: Int) {
|
||||
};
|
||||
|
||||
constructor(): this(1)
|
||||
constructor(x: String): this(x.length())
|
||||
constructor(x: String): this(x.length)
|
||||
|
||||
abstract fun f(): Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user