"Find Usages": add tests for Kotlin usages of Java declarations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
val a = A()
|
||||
a.foo = "bar"
|
||||
println(a.foo)
|
||||
}
|
||||
Reference in New Issue
Block a user