Files
kotlin-fork/idea/testData/slicer/inflow/delegateToJavaGetter.results.txt
T
2020-04-18 01:25:03 +03:00

5 lines
151 B
Plaintext
Vendored

7 val <bold>x = foo</bold> (in test())
7 val x = <bold>foo</bold> (in test())
4 val <bold>foo: Int by D.INSTANCE</bold>
9 return <bold>1</bold>;