Files
kotlin-fork/idea/testData/slicer/inflow/noFieldInGetter.results.txt
T

5 lines
169 B
Plaintext
Vendored

11 val x = <bold>foo</bold> (in A.test())
4 <bold>var foo: Int</bold> = 0 (in A)
4 var foo: Int = <bold>0</bold> (in A.foo)
5 get() = <bold>1</bold> (in A.foo.get)