Files
kotlin-fork/idea/testData/refactoring/rename/memberFunctionRedeclaration/memberFunctionRedeclaration.test
T
Alexey Sedunov 6a42802240 Rename: Warn about function name conflicts
#KT-13239 Fixed
2016-08-17 11:49:55 +03:00

7 lines
178 B
Plaintext
Vendored

{
"type": "MARKED_ELEMENT",
"mainFile": "test/test.kt",
"newName": "namedFunB",
"withRuntime": "true",
"hint": "Function 'namedFunB' is already declared in class 'A'"
}