[TD] Mute some javac tests or update their testdata
There was a refactoring of AbstractDiagnosticsTest in 9052ef06 which
contains bug that `setupEnvironment` for AbstractDiagnosticsTestUsingJavac
was not called, so for last year tests `UsingJavac` had no difference
with usual diagnostics tests which causes some contradictions in test data
This commit is contained in:
Vendored
+3
-1
@@ -1,4 +1,6 @@
|
||||
// FIR_IDENTICAL
|
||||
// !SKIP_JAVAC
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
package kotlin.jvm
|
||||
@@ -6,4 +8,4 @@ package kotlin.jvm
|
||||
annotation class JvmInline
|
||||
|
||||
@JvmInline
|
||||
value class Test(val x: Int = 42)
|
||||
value class Test(val x: Int = 42)
|
||||
|
||||
Reference in New Issue
Block a user