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