Files
kotlin-fork/idea/testData/slicer/outflow/namedArgumentForConstructorParameter.kt
T
2020-04-23 22:12:25 +03:00

7 lines
64 B
Kotlin
Vendored

// FLOW: OUT
class C(val <caret>v: Int)
fun foo() = C(v = 1)