Files
kotlin-fork/idea/testData/findUsages/java/findJavaMethodUsages/SyntheticProperties.results.txt
T
Valentin Kipyatkov 5e97387e8d Public utility to detect read/write access for an expression
Implemented ReadWriteAccessDetector which gives read/write access in Highlight Usages and Find Usages
+ More correct UsageType detection
2015-08-19 20:46:37 +03:00

2 lines
87 B
Plaintext
Vendored

Value read (2: 21) print(javaClass.something)
Value write (4: 15) javaClass.something++