Files
kotlin-fork/idea/testData/completion/smart/NotSillyAssignment.kt
T
2013-11-11 21:46:05 +04:00

8 lines
109 B
Kotlin

class Foo(val prop : String)
fun f(foo1 : Foo, foo2 : Foo) {
foo1.prop = foo2.<caret>
}
// EXIST: prop