Extract Function: Fix replacement of type references and constructor references
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// SIBLING:
|
||||
class MyClass {
|
||||
fun test() {
|
||||
<selection>[P] val t: Int = 1
|
||||
t</selection>
|
||||
}
|
||||
|
||||
public annotation class P
|
||||
}
|
||||
Reference in New Issue
Block a user