Files
kotlin-fork/analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/classLiteralExpressionLHSUsed.kt
T
Roman Golyshev 3485d65213 [K2] Ignore failing tests for isUsedAsExpression
Those tests do not pass at the moment because of KTIJ-23143
2022-10-05 15:06:52 +00:00

6 lines
112 B
Kotlin
Vendored

fun test() {
val string = <expr>String</expr>::class
}
// IGNORE_FIR
// Does not pass because of KTIJ-23143