blob: 9872deea316e5da7372fbc2d8b445cfe7723303d [file] [log] [blame]
// "Remove unnecessary non-null assertion (!!)" "true"
fun test(value : String) : Int {
return value<caret>.length
}