[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:
committed by
Space Team
parent
c8af3381d6
commit
8fcf91d8ef
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
@Target(
|
||||
AnnotationTarget.CLASS,
|
||||
AnnotationTarget.PROPERTY,
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
open class A(init: A.() -> Unit) {
|
||||
val prop: String = ""
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
object A {
|
||||
constructor()
|
||||
init {}
|
||||
|
||||
Vendored
+1
@@ -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 {})
|
||||
}
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
package util
|
||||
|
||||
class A {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
class C {
|
||||
constructor(x) {}
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
class NoPrimary {
|
||||
val x: String
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_TREE_ACCESS: KT-65268
|
||||
package util
|
||||
|
||||
@Target(AnnotationTarget.TYPE)
|
||||
|
||||
Reference in New Issue
Block a user