[Analysis API] update testdata after renderer rework
The new testdata seems to be more correct or just different ^KTIJ-23268
This commit is contained in:
analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.descriptors.pretty.txt
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
val foo: kotlin.Int
|
||||
get()
|
||||
+6
-6
@@ -1,11 +1,11 @@
|
||||
open var kotlin.Int.zoo: kotlin.Unit
|
||||
var kotlin.Int.zoo: kotlin.Unit
|
||||
|
||||
open fun foo()
|
||||
fun foo()
|
||||
|
||||
open fun kotlin.Int.smth(): kotlin.Short
|
||||
fun kotlin.Int.smth(): kotlin.Short
|
||||
|
||||
open val foo: kotlin.Int
|
||||
val foo: kotlin.Int
|
||||
|
||||
open var bar: kotlin.Long
|
||||
var bar: kotlin.Long
|
||||
|
||||
open val kotlin.Int.doo: kotlin.String
|
||||
val kotlin.Int.doo: kotlin.String
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun bar()
|
||||
Reference in New Issue
Block a user