Update IDE tests to use KProperty instead of PropertyMetadata
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
package first
|
||||
|
||||
fun firstFun() {
|
||||
val a = PropertyM<caret>
|
||||
val a = KProp<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: { lookupString:"PropertyMetadata", itemText:"PropertyMetadata", tailText:" (kotlin)" }
|
||||
// EXIST: { lookupString:"KProperty", itemText:"KProperty", tailText:"<R> (kotlin.reflect)" }
|
||||
Reference in New Issue
Block a user