Presentation: Render function signature in RefactoringDescriptionLocation

#KT-12943 Fixed
This commit is contained in:
Alexey Sedunov
2016-07-22 13:59:14 +03:00
parent 892c8436f3
commit 59a714ca5c
22 changed files with 51 additions and 41 deletions
@@ -1,4 +1,4 @@
// SHOULD_FAIL_WITH: Function foo already exists
// SHOULD_FAIL_WITH: Function foo() on A already exists
class A(val n: Int) {
val <caret>foo: Boolean = n > 1
}