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:
@@ -0,0 +1,4 @@
|
||||
fun main(args: Array<String>) {
|
||||
println(Bar().value)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user