Annotation arguments resolve refactoring via ForceResolveUtil. Deptecated...Intention fixed accordingly
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
annotation class My
|
||||
|
||||
fun foo(): Int {
|
||||
val s = object {
|
||||
@My val bar: Int = 0
|
||||
}
|
||||
return s.bar
|
||||
}
|
||||
Reference in New Issue
Block a user