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.
1 parent e91bccd commit 2cd0d17Copy full SHA for 2cd0d17
compiler/src/dotty/tools/dotc/config/Properties.scala
@@ -135,10 +135,4 @@ trait PropertiesTrait {
135
}
136
okVersions exists (javaVersion startsWith _)
137
138
-
139
- // provide a main method so version info can be obtained by running this
140
- def main(args: Array[String]): Unit = {
141
- val writer = new PrintWriter(Console.err, true)
142
- writer println versionMsg
143
- }
144
0 commit comments