Change Signature: Keep parameter 'val'/'var' when invoked from Java
#KT-20901 Fixed #KT-21159 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
|
||||
|
||||
public class J {
|
||||
void test() {
|
||||
new Foo(<caret>1, 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user