We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cb678a + b77ce96 commit 0309bbfCopy full SHA for 0309bbf
compiler/src/dotty/tools/dotc/plugins/Plugin.scala
@@ -103,6 +103,7 @@ object Plugin {
103
def fromFile(inputStream: InputStream, path: Path): String = {
104
val props = new Properties
105
props.load(inputStream)
106
+ inputStream.close()
107
108
val pluginClass = props.getProperty("pluginClass")
109
0 commit comments