Fix moving of value parameters and arguments
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ class A {
|
||||
U,
|
||||
W>(
|
||||
b: Int,
|
||||
c: Int
|
||||
<caret>a: Int,
|
||||
) {
|
||||
c: Int,
|
||||
<caret>a: Int
|
||||
) {
|
||||
|
||||
}
|
||||
class B {
|
||||
|
||||
Reference in New Issue
Block a user