[K2] Ignore failing tests for isUsedAsExpression

Those tests do not pass at the moment because of KTIJ-23143
This commit is contained in:
Roman Golyshev
2022-10-05 15:40:57 +02:00
committed by teamcity
parent f765457e51
commit 3485d65213
5 changed files with 19 additions and 4 deletions
@@ -3,4 +3,7 @@ fun test() {
}
// IGNORE_FE10
// In K2, references to types are not regarded as used, regardless of parentheses.
// In K2, references to types are not regarded as used, regardless of parentheses.
// IGNORE_FIR
// Does not pass because of KTIJ-23143
@@ -1,3 +1,6 @@
fun test() {
val string = <expr>String</expr>::class
}
}
// IGNORE_FIR
// Does not pass because of KTIJ-23143
@@ -1,3 +1,6 @@
fun test() {
val string = <expr>String</expr>::class
}
}
// IGNORE_FIR
// Does not pass because of KTIJ-23143