We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5f192 commit d259984Copy full SHA for d259984
tasty/test/dotty/tools/tasty/BuildTastyVersionTest.scala
@@ -7,7 +7,7 @@ import TastyBuffer._
7
8
// Tests ensuring TASTY version emitted by compiler is matching expected TASTY version
9
class BuildTastyVersionTest {
10
-
+
11
val CurrentTastyVersion = TastyVersion(TastyFormat.MajorVersion, TastyFormat.MinorVersion, TastyFormat.ExperimentalVersion)
12
13
// Needs to be defined in build Test/envVars
0 commit comments