Fix moving of value/type parameters
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// MOVE: down
|
||||
class A {
|
||||
class B {
|
||||
fun <caret>foo() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user