Eliminate a set of warnings, mostly nullability ones
Original commit: 3623f581b8
This commit is contained in:
committed by
Mikhail Glukhikh
parent
733421c92b
commit
53911972cb
@@ -1094,8 +1094,6 @@ open class KotlinJpsBuildTest : AbstractKotlinJpsBuildTestCase() {
|
||||
touch(file)
|
||||
Operation.DELETE ->
|
||||
assertTrue("Can not delete file \"" + file.absolutePath + "\"", file.delete())
|
||||
else ->
|
||||
fail("Unknown operation")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user