Files
kotlin-fork/idea/testData/slicer/outflow/notNullAssertion.results.txt
T

5 lines
201 B
Plaintext
Vendored

3 fun test(<bold>s: String?</bold>) { (in test(String?))
4 val x = <bold>s</bold>!! (in test(String?))
4 val x = <bold>s!!</bold> (in test(String?))
4 <bold>val x</bold> = s!! (in test(String?))