Remove never intentionally used String.hashCode extension.
This commit is contained in:
@@ -3,6 +3,6 @@ fun box() : String {
|
||||
return "OK"
|
||||
}
|
||||
finally {
|
||||
null?.hashCode()
|
||||
null?.toString()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user