Find Usages checks that the signature of the method a property usage resolves to matches the signature of the method being searched

#KT-15291 Fixed
This commit is contained in:
Dmitry Jemerov
2017-01-31 19:33:58 +01:00
parent dbfe3370aa
commit 9594147c55
5 changed files with 36 additions and 1 deletions
@@ -0,0 +1,4 @@
fun main(args: Array<String>) {
println(Bar().value)
}