Change Signature: Use new signature when looking for redeclaration conflicts

#KT-14583 Fixed
This commit is contained in:
Alexey Sedunov
2016-11-01 19:08:03 +03:00
parent f4e8242a22
commit 8ceeff0211
5 changed files with 21 additions and 2 deletions
@@ -0,0 +1,3 @@
fun conflict() {}
class Convertable {}
fun <caret>Convertable.conflict() {}