Change Signature: Do not report conflict of object member with itself (available through the class object)

#KT-6345 Fixed
This commit is contained in:
Alexey Sedunov
2014-12-09 12:14:05 +03:00
parent 6bbe9b2bfe
commit 14b33f8b95
5 changed files with 26 additions and 2 deletions
@@ -0,0 +1,5 @@
object O {
fun foo() {
}
}