Implemented "Change signature" refactoring
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class C1 protected (val x: Any){}
|
||||
|
||||
fun f() {
|
||||
val c = C1(12);
|
||||
}
|
||||
Reference in New Issue
Block a user