Adjust testData: get rid of obsolete annotations
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// SIBLING:
|
||||
class MyClass {
|
||||
fun test() {
|
||||
<selection>[P] val t: Int = 1
|
||||
<selection>@[P] val t: Int = 1
|
||||
t</selection>
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -8,6 +8,6 @@ class MyClass {
|
||||
}
|
||||
|
||||
private fun __dummyTestFun__() {
|
||||
[MyClass.P] val t: Int = 1
|
||||
@[MyClass.P] val t: Int = 1
|
||||
t
|
||||
}
|
||||
Reference in New Issue
Block a user