Rename: Warn about function name conflicts

#KT-13239 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-11 16:25:31 +03:00
parent 385640c86f
commit 6a42802240
8 changed files with 78 additions and 10 deletions
@@ -0,0 +1,7 @@
{
"type": "MARKED_ELEMENT",
"mainFile": "test/test.kt",
"newName": "namedFunB",
"withRuntime": "true",
"hint": "Function 'namedFunB' is already declared in package 'test'"
}