[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( @Target(
AnnotationTarget.CLASS, AnnotationTarget.CLASS,
AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY,
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
open class A(init: A.() -> Unit) { open class A(init: A.() -> Unit) {
val prop: String = "" val prop: String = ""
} }
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
object A { object A {
constructor() constructor()
init {} init {}
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
class A { 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 {}) 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 package util
class A { class A {
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
class C { class C {
constructor(x) {} constructor(x) {}
} }
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
class NoPrimary { class NoPrimary {
val x: String val x: String
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-65268
package util package util
@Target(AnnotationTarget.TYPE) @Target(AnnotationTarget.TYPE)