Files
kotlin-fork/analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/propertyAsCallReceiverInParens.kt
T
2022-10-05 15:06:52 +00:00

6 lines
155 B
Kotlin
Vendored

fun test(b: Boolean): Int {
val n: Int = <expr>(b.hashCode)</expr>()
return n * 2
}
// Different behavior on invalid program between FE1.0 and FIR