Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8fd9ed

Browse files
committed
Kotlin: Add a warning suppression
1 parent cbd265a commit e8fd9ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/kotlin-extractor/src/main/kotlin/TrapWriter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ open class FileTrapWriter (
101101
): TrapWriter (lm, bw) {
102102
val populateFile = PopulateFile(this)
103103
val splitFilePath = filePath.split("!/")
104+
@Suppress("UNCHECKED_CAST")
104105
val fileId =
105106
(if(splitFilePath.size == 1)
106107
populateFile.populateFile(File(filePath))

0 commit comments

Comments
 (0)