[LC] drop outdated 'CHECK_BY_JAVA_FILE' directive

This commit is contained in:
Dmitrii Gridin
2022-12-22 15:13:46 +01:00
committed by teamcity
parent 3e36e51920
commit 7096fc1416
14 changed files with 0 additions and 15 deletions
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
annotation class Anno annotation class Anno
class TestClass(@setparam:Anno var hello: Int) class TestClass(@setparam:Anno var hello: Int)
@@ -1,5 +1,4 @@
//RELEASE_COROUTINE_NEEDED //RELEASE_COROUTINE_NEEDED
//CHECK_BY_JAVA_FILE
class Foo { class Foo {
suspend fun doSomething(foo: Foo): Bar { TODO() } suspend fun doSomething(foo: Foo): Bar { TODO() }
} }
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
// COMPILER_ARGUMENTS: -Xjvm-default=all // COMPILER_ARGUMENTS: -Xjvm-default=all
interface KtInterface { interface KtInterface {
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
// COMPILER_ARGUMENTS: -Xjvm-default=all-compatibility // COMPILER_ARGUMENTS: -Xjvm-default=all-compatibility
interface KtInterface { interface KtInterface {
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
import kotlin.reflect.KClass import kotlin.reflect.KClass
annotation class SimpleAnn(val value: String) annotation class SimpleAnn(val value: String)
@@ -1,5 +1,4 @@
// c.b.a.Foo$bar$A$B // c.b.a.Foo$bar$A$B
// CHECK_BY_JAVA_FILE
package c.b.a package c.b.a
class Foo { class Foo {
@@ -1,6 +1,5 @@
// IGNORE_FIR // IGNORE_FIR
// Ignored due to KT-53573 // Ignored due to KT-53573
// CHECK_BY_JAVA_FILE
import java.util.function.* import java.util.function.*
@@ -1,4 +1,3 @@
//CHECK_BY_JAVA_FILE
import kotlin.jvm.JvmName as JS import kotlin.jvm.JvmName as JS
@JS("notFoo") fun foo() {} @JS("notFoo") fun foo() {}
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
class Prop { class Prop {
private val someProp = object { } private val someProp = object { }
} }
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
inline class UInt(private val value: Int) { } inline class UInt(private val value: Int) { }
inline enum class Foo(val x: Int) { inline enum class Foo(val x: Int) {
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
// API_VERSION: 1.5 // API_VERSION: 1.5
// JVM_TARGET: 17 // JVM_TARGET: 17
// COMPILER_ARGUMENTS: -XXLanguage:+JvmRecordSupport -Xjvm-enable-preview // COMPILER_ARGUMENTS: -XXLanguage:+JvmRecordSupport -Xjvm-enable-preview
@@ -1,5 +1,3 @@
// CHECK_BY_JAVA_FILE
class X { class X {
@get:JvmSynthetic @get:JvmSynthetic
var v = 1 var v = 1
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
class Boo { class Boo {
fun fooBar() { fun fooBar() {
class LocalClassBase class LocalClassBase
@@ -1,4 +1,3 @@
// CHECK_BY_JAVA_FILE
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE) @Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE)
annotation class A0 annotation class A0
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE) @Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE)