Files
kotlin-fork/idea/testData/slicer/inflow/safeCast.leafGroups.txt
T
2018-01-12 13:54:20 +03:00

7 lines
187 B
Plaintext
Vendored

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