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

5 lines
85 B
Kotlin
Vendored

fun test(b: String): Int {
val n: Int = b.<expr>length</expr>
return n * 2
}