7 lines
64 B
Kotlin
Vendored
7 lines
64 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
class C(val <caret>v: Int)
|
|
|
|
fun foo() = C(v = 1)
|
|
|