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

5 lines
150 B
Plaintext
Vendored

7 <bold>val x</bold> = foo (in test())
7 val x = <bold>foo</bold> (in test())
3 <bold>val foo: Int</bold>
4 get() = <bold>0</bold> (in foo.get)