mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Kotlin: Make some more methods private
This commit is contained in:
@@ -40,4 +40,4 @@ fun AutoCloseable?.closeFinallyAC(cause: Throwable?) = when {
|
||||
} catch (closeException: Throwable) {
|
||||
cause.addSuppressed(closeException)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user