[FIR] Mute tests related to KT-65268

They have been muted on TC for some time
already, and Nikolay Krasko asked to
mute them through code.

^KT-65268
^KT-64548
This commit is contained in:
Nikolay Lunyak
2024-01-24 19:58:05 +02:00
committed by Space Team
parent c8af3381d6
commit 8fcf91d8ef
8 changed files with 8 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
@Target(
AnnotationTarget.CLASS,
AnnotationTarget.PROPERTY,
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
open class A(init: A.() -> Unit) {
val prop: String = ""
}
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
object A {
constructor()
init {}
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
class A {
constructor(param: @Anno("parameter type $prop") List<@Anno("nested parameter type $prop") Collection<@Anno("nested nested parameter type $prop") String>> = @Anno("defaultValue $prop") fun(i: @Anno("anonymousFunction parameter type $prop") Int): @Anno("anonymousFunction return type $prop") Int {})
}
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
package util
class A {
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
class C {
constructor(x) {}
}
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
class NoPrimary {
val x: String
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
package util
@Target(AnnotationTarget.TYPE)