StdLib cleanup, deprecated symbol usage: size() and length()
This commit is contained in:
@@ -13,7 +13,7 @@ private class PartiallyImplementedClass {
|
||||
if (!switch)
|
||||
TODO("what if false")
|
||||
else {
|
||||
if (value.length() < 3)
|
||||
if (value.length < 3)
|
||||
throw TODO("write message")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user