[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:
Dmitriy Novozhilov
2020-12-08 16:18:42 +03:00
parent 8ddf419be5
commit b44dc55109
49 changed files with 138 additions and 25 deletions
@@ -1,3 +1,4 @@
// !SKIP_JAVAC
// !LANGUAGE: +InlineClasses
package kotlin.jvm
@@ -30,4 +31,4 @@ value class Z(val data: Int) {
val testValBySingleton <!DELEGATED_PROPERTY_INSIDE_INLINE_CLASS!>by ValObject<!>
<!RESERVED_VAR_PROPERTY_OF_VALUE_CLASS!>var<!> testVarBySingleton <!DELEGATED_PROPERTY_INSIDE_INLINE_CLASS!>by VarObject<!>
}
}