Presentation: Render function signature in RefactoringDescriptionLocation
#KT-12943 Fixed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
Class Test uses class Foo which will be inaccessible after move
|
||||
Class Test uses function foo() which will be inaccessible after move
|
||||
Class Test uses function foo(Foo) which will be inaccessible after move
|
||||
Method bar() uses class Test which will be inaccessible after move
|
||||
Variable t uses class Test which will be inaccessible after move
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Function bar() uses function test() which will be inaccessible after move
|
||||
Function test() uses class Foo which will be inaccessible after move
|
||||
Function test() uses function foo() which will be inaccessible after move
|
||||
Function test() uses function foo(Foo) which will be inaccessible after move
|
||||
Method bar() uses function test() which will be inaccessible after move
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Method bar() uses object Test which will be inaccessible after move
|
||||
Object Test uses class Foo which will be inaccessible after move
|
||||
Object Test uses function foo() which will be inaccessible after move
|
||||
Object Test uses function foo(Foo) which will be inaccessible after move
|
||||
Variable t uses object Test which will be inaccessible after move
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Function bar() uses property test which will be inaccessible after move
|
||||
Method bar() uses property test which will be inaccessible after move
|
||||
Property test uses class Foo which will be inaccessible after move
|
||||
Property test uses function foo() which will be inaccessible after move
|
||||
Property test uses function foo(Foo) which will be inaccessible after move
|
||||
Reference in New Issue
Block a user