Files
kotlin-fork/idea/testData/slicer/outflow/cast.results.txt
T
Alexey Sedunov fc307da383 Data Outflow: Show all reference expressions as separate steps
#KT-19012 Fixed
 #KT-19017 Fixed
 #KT-19036 Fixed
 #KT-19039 Fixed
 #KT-19104 Fixed
 #KT-19106 Fixed
2017-11-27 14:36:09 +03:00

8 lines
259 B
Plaintext
Vendored

3 fun test(<bold>o: Any</bold>) {
4 val x = <bold>o</bold> as String
4 val x = <bold>o as String</bold>
4 val <bold>x = o as String</bold>
5 val y = <bold>o</bold> as? String
5 val y = <bold>o as? String</bold>
5 val <bold>y = o as? String</bold>