[FIR IDE] Update Analysis API test data, untie it from the FIR implementation
This commit is contained in:
committed by
teamcityserver
parent
516dd825c2
commit
1272c6aa33
+1
-1
@@ -1,6 +1,6 @@
|
||||
interface MyRwProperty<in T, V> {
|
||||
operator fun setValue(thisRef: T, property: Any, value: V)
|
||||
operator fun getValue(thisRef: T, property: Any): V
|
||||
operator fun setValue(thisRef: T, property: Any, value: V)
|
||||
}
|
||||
val x: Int
|
||||
get()
|
||||
|
||||
Reference in New Issue
Block a user