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

5 lines
66 B
Kotlin
Vendored

class C(val x: Int)
fun test() {
val c = <expr>C</expr>(55)
}